summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-19 20:42:05 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-19 20:42:05 +0100
commitf87e4bc2dee32d73574e814587c21992d734208d (patch)
treed31b453c12ac5f00242b0da3b4c45a6260e27032
parent769e82b82ee36ffe8b830d9e3313a3e35408503e (diff)
downloadcython-f87e4bc2dee32d73574e814587c21992d734208d.tar.gz
Fix transitive dependency version of pyzmq to work around test problems on travis.
-rw-r--r--test-requirements-cpython.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements-cpython.txt b/test-requirements-cpython.txt
index 39c438f27..51061ff7d 100644
--- a/test-requirements-cpython.txt
+++ b/test-requirements-cpython.txt
@@ -1,2 +1,4 @@
jupyter
line_profiler
+# transitive dependency of jupyter (18.0.0 is broken)
+pyzmq<18