mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-blinker: No longer disable tests.
The package does not provide tests, but there is no need to disable them. Having them enabled allows running them if some newer version may provide tests. * gnu/package/python.scm (python-blinker, python2-blinker): [arguments]: Remove.
This commit is contained in:
parent
7c88bcf4bb
commit
9fbe7b2bca
1 changed files with 0 additions and 3 deletions
|
@ -2842,9 +2842,6 @@ (define-public python-blinker
|
|||
(base32
|
||||
"1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
|
||||
(build-system python-build-system)
|
||||
;; No "test" command supplied to setuptools, so unless there's another way
|
||||
;; to run tests, we're skipping them!
|
||||
(arguments '(#:tests? #f))
|
||||
(home-page "http://pythonhosted.org/blinker/")
|
||||
(synopsis "Fast, simple object-to-object and broadcast signaling")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue