From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gisDQ-0000sF-Tk for guix-patches@gnu.org; Sun, 13 Jan 2019 21:43:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gisDQ-0004hO-7N for guix-patches@gnu.org; Sun, 13 Jan 2019 21:43:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58938) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gisDO-0004gj-R1 for guix-patches@gnu.org; Sun, 13 Jan 2019 21:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gisDO-0006g7-En for guix-patches@gnu.org; Sun, 13 Jan 2019 21:43:02 -0500 Subject: [bug#34056] [PATCH] core-updates -- gnu: python2: Fix test flags. Resent-Message-ID: Date: Sun, 13 Jan 2019 20:42:42 -0600 From: Eric Bavier Message-ID: <20190113204242.55461ef2@centurylink.net> In-Reply-To: <8736pwjhes.fsf@cbaines.net> References: <20190113071850.14337-1-ericbavier@centurylink.net> <8736pwjhes.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/Av0YjxDHFsE9ALHZp5FYlXs"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34056@debbugs.gnu.org --Sig_/Av0YjxDHFsE9ALHZp5FYlXs Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 13 Jan 2019 22:56:27 +0000 Christopher Baines wrote: > ericbavier@centurylink.net writes: >=20 > > From: Eric Bavier > > > > * gnu/packages/python.scm (python-2.7)[arguments]: 'EXTRATESTOPTS' -> > > 'TESTOPTS'. This overrides the default '-l' argument for memory leak c= hecks > > which is not compatible with the -j for parallelism. > > --- > > gnu/packages/python.scm | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > > index 9b43f465cc..dffded738d 100644 > > --- a/gnu/packages/python.scm > > +++ b/gnu/packages/python.scm > > @@ -194,7 +194,7 @@ > > (assoc-ref %outputs "out") "/lib")) > > ;; With no -j argument tests use all available cpus, so provide= one. > > #:make-flags > > - (list (format #f "EXTRATESTOPTS=3D-j~d" (parallel-job-count))) > > + (list (format #f "TESTOPTS=3D-j~d" (parallel-job-count))) > > > > #:modules ((ice-9 ftw) (ice-9 match) > > (guix build utils) (guix build gnu-build-system)) = =20 >=20 > Hey Eric, >=20 > I've also been looking at some Python 2 things on core-updates today, > trying to get the linkchecker package building again. >=20 > I've just pushed a slightly different patch, but to this effect to > core-updates, and only just seen this message, sorry about that. Not a problem. >=20 > Thanks for looking at it though, this approach is probably neater, as I > used substitute* instead. >=20 Would you like to keep your patch, or apply this one instead? `~Eric --Sig_/Av0YjxDHFsE9ALHZp5FYlXs Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEoMXjUi7471xkzbfw/XPKxxnTJWYFAlw79yIACgkQ/XPKxxnT JWal3Q//XFkdB6e10XHnOLxLe8itSBOZM1AY6FbPaD52gphtVXpDkpSrK1CS4TyC lB+uaIemr5vGS9MZUgwd1jroYt0kVKvaW1LncUqSo+AQxd3UX4xz7iMAzcChyUAU D/vaiR3uT8aeUsrBzz2q282TyCqH5FtabDanQuK90CD5Jl8SeyWCvD/L1Xb6PjGS M6gvvM/6JLeUA2rKl7vvQGnf/jkUuaGKOQy/DwC8kRYli7jCRaLPi1g/xLT3+u42 7uFR4Q6FbmOMI+GWVYLlFcEpp+L7kWhsyXSt/DFJzhU3v03EA4HKzMPopdrRWjRU 9nKf7aQ797gIGDs5rNzviGgDwU0G65mK25wwoEtXlOSQOkrLVWfMx2N46BZHgFDS 38WWQt5UG3xaAceNYbnQtbYghEYSQlc4Wy3w1NGtq2jHODuVdorAc9b4TNsPnThn /FNoTwMt3LYM05Z5cTW9iuVMO4RtDd26LmJvu2mGplOE8vYiVMHQNzlorz0t6MT4 Mmelxddts986mFlz19WisLYK0LK+R1xmoeXVHodNlJj28qW7XgOg04+g+5UCR6L6 qzrnpGRsF0fNG9EV7yS3exlZProWC9it3yIQvvoPVpjSqq0W4s2elqm5syF4O2Hh FRdaI9/1y1JW+h2e/t8DO6PVkv7XRVXQMuVNy7X58O0TUCJ1iOE= =vPAp -----END PGP SIGNATURE----- --Sig_/Av0YjxDHFsE9ALHZp5FYlXs--