diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 19:38:41 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:38 +0100 |
commit | 9fbe7b2bca101835b2e456af1aecd2be9ec9f182 (patch) | |
tree | 28a8e6f4f53734bea59feb7bad910e9923b8d400 | |
parent | 7c88bcf4bb585050448d275dd0bb72fad660dda6 (diff) | |
download | guix-9fbe7b2bca101835b2e456af1aecd2be9ec9f182.tar guix-9fbe7b2bca101835b2e456af1aecd2be9ec9f182.tar.gz |
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.
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d05035ea81..88d99710ac 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2842,9 +2842,6 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.") (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 |