mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: python-flufl-testing: Explicitly disable tests.
* gnu/packages/python-xyz.scm (python-flufl-testing)[arguments]: Add #:tests?. [native-inputs]: Remove.
This commit is contained in:
parent
b8d00c6b96
commit
d98af3f7c1
1 changed files with 1 additions and 2 deletions
|
@ -26214,8 +26214,7 @@ (define-public python-flufl-testing
|
|||
(base32
|
||||
"1nkm95mhcfhl4x5jgs6y97ikszaxsfh07nyawsih6cxxm6l62641"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-nose2))
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
(home-page "https://gitlab.com/warsaw/flufl.testing")
|
||||
(synopsis "Collection of test tool plugins")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue