From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BC16C4CEC4 for ; Mon, 23 Sep 2019 15:21:13 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E698920820 for ; Mon, 23 Sep 2019 15:21:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E698920820 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:58008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCQ9H-000208-OO for qemu-devel@archiver.kernel.org; Mon, 23 Sep 2019 11:21:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46582) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCQ7n-0001OO-CC for qemu-devel@nongnu.org; Mon, 23 Sep 2019 11:19:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCQ7l-0001nM-Va for qemu-devel@nongnu.org; Mon, 23 Sep 2019 11:19:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34878) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iCQ7l-0001mU-QZ for qemu-devel@nongnu.org; Mon, 23 Sep 2019 11:19:37 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6638818CB8EB; Mon, 23 Sep 2019 15:19:36 +0000 (UTC) Received: from dhcp-17-179.bos.redhat.com (dhcp-17-179.bos.redhat.com [10.18.17.179]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0488361B61; Mon, 23 Sep 2019 15:19:20 +0000 (UTC) Date: Mon, 23 Sep 2019 11:19:18 -0400 From: Cleber Rosa To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH] docker: move tests from python2 to python3 Message-ID: <20190923151918.GA29351@dhcp-17-179.bos.redhat.com> References: <20190920200049.27216-1-jsnow@redhat.com> <20190923145057.GC9445@dhcp-17-179.bos.redhat.com> <3f8e132a-26d1-e33c-04e0-72464e6b8500@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <3f8e132a-26d1-e33c-04e0-72464e6b8500@redhat.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.63]); Mon, 23 Sep 2019 15:19:36 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , Alex =?iso-8859-1?Q?Benn=E9e?= , John Snow , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Mon, Sep 23, 2019 at 04:57:50PM +0200, Philippe Mathieu-Daud=E9 wrote: > On 9/23/19 4:50 PM, Cleber Rosa wrote: > >=20 > > This results in the Python package version 3.4.2-1+deb8u7 being > > installed, so it's *NOT* enough for the 3.5+ requirements. > >=20 > > I suppose it'd be time to retire those distros instead of updating > > them? >=20 > John remove this image at the end of the series. > I suggested him to reorder and remove it before this patch. > Yep, I now see v2. Thanks! - Cleber.