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 19:35:13 +0100
commit6f82bbb463779480a9f26d97dda4eb39279a7fba (patch)
tree37cd9d3a6b7bf225aae157b940a76a683215fe0b
parentc64c55aad6372748ffac74d09743e3937f2c36c6 (diff)
downloadcython-6f82bbb463779480a9f26d97dda4eb39279a7fba.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