aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python.scm3
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