summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-12-27 10:19:56 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-12-27 10:19:56 +0100
commitc78b4db55c299b1efbb4cc0bc5997470d540404a (patch)
treeeabde60481fccf97bfcf1c4c220251d651e18a4d
parentba9a63662be2a396f1837f840bff2fb7b92d9d2b (diff)
downloadcython-c78b4db55c299b1efbb4cc0bc5997470d540404a.tar.gz
Exclude jupyter from PyPy tests since it has too many dependencies that may not install at all.
-rw-r--r--test-requirements-cpython.txt1
-rw-r--r--test-requirements.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements-cpython.txt b/test-requirements-cpython.txt
index ce3e9fc5c..39c438f27 100644
--- a/test-requirements-cpython.txt
+++ b/test-requirements-cpython.txt
@@ -1 +1,2 @@
+jupyter
line_profiler
diff --git a/test-requirements.txt b/test-requirements.txt
index 6547302da..27254b8a5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,3 @@
numpy
-jupyter
coverage
pycodestyle