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 21:35:37 +0100
commit1f1c14a49ca79f9425fdb81e53acef62c9c0e0f9 (patch)
tree7c62cab71d0d7e33ebbd946dc3a2510d9075e958
parent354fd1004a879d046063a0ca84249cbe1136e263 (diff)
downloadcython-1f1c14a49ca79f9425fdb81e53acef62c9c0e0f9.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