gnu: python2: Fix test flags.
authorEric Bavier <bavier@member.fsf.org>
Wed, 23 Jan 2019 04:00:50 +0000 (22:00 -0600)
committerEric Bavier <bavier@member.fsf.org>
Wed, 23 Jan 2019 04:00:50 +0000 (22:00 -0600)
commit32922190977f701694880254a71feb2752222f94
tree461d00366a5551f56088a2c40e2a3a01a3f70316
parent85e457946917004cf1ae4f01ea2d51e028884333
gnu: python2: Fix test flags.

Reverts a9883939977f5fb0bd62d1dccb1ab0a772a4b720 in favor of a cleaner
approach.

* gnu/packages/python.scm (python-2.7)[arguments]: 'EXTRATESTOPTS' ->
'TESTOPTS'.  This overrides the default '-l' argument for memory leak checks
which is not compatible with the -j for parallelism.
gnu/packages/python.scm