aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/org/euandre/queue.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index b7d53f9..43c60af 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -475,8 +475,11 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(sha256
(base32 "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f))
(propagated-inputs
(list python-ordereddict))
+#;
(native-inputs
(list python-unittest2))
(home-page "http://funcsigs.readthedocs.org")