me
/
guix
Archived
1
0
Fork 0

gnu: python-matplotlib: Do not move the 'check' phase.

Running tests after install is now the default in PYTHON-BUILD-SYSTEM.

* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check'
phase, instead of deleting and adding new phase.
master
Marius Bakke 2019-11-28 16:26:51 +01:00
parent 38a404d567
commit c09f598d94
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -4088,8 +4088,7 @@ convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc.
(assoc-ref inputs "jquery-ui")
"-d" dir))
#t))
(delete 'check)
(add-after 'install 'check
(replace 'check
(lambda* (#:key outputs inputs #:allow-other-keys)
(add-installed-pythonpath inputs outputs)
(invoke "python" "tests.py" "-v"