From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oO1uJlpr514cUQAA0tVLHw (envelope-from ) for ; Mon, 15 Jun 2020 12:36:42 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +JNbIlpr516FHQAA1q6Kng (envelope-from ) for ; Mon, 15 Jun 2020 12:36:42 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7A17E940AF6 for ; Mon, 15 Jun 2020 12:36:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 583BC6DE092B; Mon, 15 Jun 2020 05:36:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zgxzcZozyJan; Mon, 15 Jun 2020 05:36:35 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 3552B6DE0ED9; Mon, 15 Jun 2020 05:36:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F322D6DE0ED9 for ; Mon, 15 Jun 2020 05:36:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id auMPlKmz-86K for ; Mon, 15 Jun 2020 05:36:32 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 2174F6DE092B for ; Mon, 15 Jun 2020 05:36:31 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jkoLg-0002T5-Mb; Mon, 15 Jun 2020 08:36:24 -0400 Received: (nullmailer pid 649158 invoked by uid 1000); Mon, 15 Jun 2020 12:36:22 -0000 From: David Bremner To: Tomi Ollila , Floris Bruynooghe , notmuch@notmuchmail.org Subject: Re: [PATCH] Update tox.ini for python3.8 and fix pypy3.6 In-Reply-To: References: <20200614192546.165689-1-flub@devork.be> <20200614192546.165689-2-flub@devork.be> <87d060y75x.fsf@tethera.net> Date: Mon, 15 Jun 2020 09:36:22 -0300 Message-ID: <87y2oowlo9.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: JhM1hmZzYSSj Tomi Ollila writes: > On Mon, Jun 15 2020, David Bremner wrote: > >> Floris Bruynooghe writes: >> >>> [testenv] >>> deps = >>> @@ -14,3 +14,6 @@ commands = pytest --cov={envsitepackagesdir}/notmuch2 {posargs} >>> >>> [testenv:pypy35] >>> basepython = pypy3.5 >>> + >>> +[testenv:pypy36] >>> +basepython = pypy3.6 >> >> I'm not an expert, but should python 3.7 and python 3.8 have similar >> clauses? Or do they work by default? > > "Python 3.6 compatible PyPy3.6 v7.3.1" in https://www.pypy.org/download.html > hints there are not (yet) pypy3.7 nor pypy3.8 Oh sorry. I really should read better. I even knew that about pypy. OK, no objections to the patch as is. d