diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-19 13:29:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-21 21:58:37 +0200 |
commit | 5150d8b4b4b993af1d2d2527c69ee1bcc74a84a3 (patch) | |
tree | fd44dcb9dc9e3035b0e7f4d1ee24fcb79247f066 /gnu | |
parent | 0b84a530c8f7384c86484f634462bbbddb84d585 (diff) | |
download | patches-5150d8b4b4b993af1d2d2527c69ee1bcc74a84a3.tar patches-5150d8b4b4b993af1d2d2527c69ee1bcc74a84a3.tar.gz |
gnu: python-eventlet: Skip failing test phase.
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9f891669d7..67a52bc9db 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1047,6 +1047,9 @@ etc.). The package is structured to make adding new modules easy.") (build-system python-build-system) (propagated-inputs `(("python-greenlet" ,python-greenlet))) + (arguments + ;; TODO: Requires unpackaged 'enum-compat'. + '(#:tests? #f)) (home-page "http://eventlet.net") (synopsis "Concurrent networking library for Python") (description |