me
/
guix
Archived
1
0
Fork 0

gnu: python-lazr-delegates: Fix test failure.

* gnu/packages/python-xyz.scm (python-lazr-delegates)[arguments]: Invoke
'nosetests' directly instead of through setup.py.  While at it, respect
'--without-tests'.
Marius Bakke 2022-01-18 16:37:29 +01:00
parent f5e78d4546
commit 146e931523
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -26082,8 +26082,8 @@ and plain text.")
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda _
(invoke "python" "setup.py" "nosetests"))))))
(lambda* (#:key tests? #:allow-other-keys)
(when tests? (invoke "nosetests")))))))
(native-inputs
(list python-nose))
(propagated-inputs