summary refs log tree commit diff
path: root/HACKING
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-01-13 22:43:20 +0000
committerChristopher Baines <mail@cbaines.net>2019-01-13 22:47:29 +0000
commita9883939977f5fb0bd62d1dccb1ab0a772a4b720 (patch)
treebb7e42f4c4f49cd33810194771db18170a30f100 /HACKING
parent847ffe88526ccf1209ff0292fbdae9c557cf5d3f (diff)
downloadguix-a9883939977f5fb0bd62d1dccb1ab0a772a4b720.tar.gz
gnu: python-2.7: Fix build.
The -j flag is passed in through #:make-flags and EXTRATESTOPTS. This is
combined with the TESTOPTS, and in Python 2, that includes the -l flag by
default.

The -l flag, is for finding memory leaks in tests, and is incompatible with
the -j flag, and the build previously failed at the start of the 'check
phase. Therefore, remove the -l flag from the Python 2 testsuite, as it
doesn't sound like a useful thing to do when building the package for Guix.

* gnu/packages/python.scm (python-2.7): Add 'remove-findleaks-from-testopts
phase.
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions