From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPDie-0001Ir-14 for qemu-devel@nongnu.org; Tue, 20 Nov 2018 16:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPDid-0005ep-5I for qemu-devel@nongnu.org; Tue, 20 Nov 2018 16:38:03 -0500 References: <20181120172252.17800-1-kwolf@redhat.com> <20181120172252.17800-3-kwolf@redhat.com> From: John Snow Message-ID: Date: Tue, 20 Nov 2018 16:37:52 -0500 MIME-Version: 1.0 In-Reply-To: <20181120172252.17800-3-kwolf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 2/2] iotests: Replace assertEquals() with assertEqual() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, mreitz@redhat.com On 11/20/18 12:22 PM, Kevin Wolf wrote: > TestCase.assertEquals() is deprecated since Python 2.7. Recent Python > versions print a warning when the function is called, which makes test > cases fail. > > Replace it with the preferred spelling assertEqual(). > > Signed-off-by: Kevin Wolf Reviewed-by: John Snow