summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-20 19:35:13 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-20 20:20:45 +0100
commit56751d90e68e921aa6b452f71c23942dcce10592 (patch)
treeafa2de90388d2bd1eec44aa2c89465b1f518a853
parent313eae09d523a0cbeafa72cb8699179a1de4e3f4 (diff)
downloadcython-56751d90e68e921aa6b452f71c23942dcce10592.tar.gz
Fix travis build in Py3.4 by pinning a version dependency.
-rw-r--r--test-requirements-cpython.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements-cpython.txt b/test-requirements-cpython.txt
index 51061ff7d..db74d13ce 100644
--- a/test-requirements-cpython.txt
+++ b/test-requirements-cpython.txt
@@ -1,4 +1,4 @@
jupyter
line_profiler
-# transitive dependency of jupyter (18.0.0 is broken)
-pyzmq<18
+# transitive dependency of jupyter (17.0+ lacks wheels for Py3.4)
+pyzmq<17