gnu: python-flufl-testing: Explicitly disable tests.
* gnu/packages/python-xyz.scm (python-flufl-testing)[arguments]: Add #:tests?. [native-inputs]: Remove.
parent
b8d00c6b96
commit
d98af3f7c1
|
@ -26214,8 +26214,7 @@ and have a maximum lifetime built-in.")
|
||||||
(base32
|
(base32
|
||||||
"1nkm95mhcfhl4x5jgs6y97ikszaxsfh07nyawsih6cxxm6l62641"))))
|
"1nkm95mhcfhl4x5jgs6y97ikszaxsfh07nyawsih6cxxm6l62641"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(arguments '(#:tests? #f)) ;no tests
|
||||||
(list python-nose2))
|
|
||||||
(home-page "https://gitlab.com/warsaw/flufl.testing")
|
(home-page "https://gitlab.com/warsaw/flufl.testing")
|
||||||
(synopsis "Collection of test tool plugins")
|
(synopsis "Collection of test tool plugins")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue