Commit 4a746789 authored by Stefan Behnel's avatar Stefan Behnel

Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the...

Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the projects a bit more time.)
parent 9d1ffd5d
......@@ -74,7 +74,7 @@ else
if [[ $PYTHON_VERSION != *"-dev" || $COVERAGE == "1" ]]; then
python -m pip install -r test-requirements.txt || exit 1
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[4789]* ]]; then
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[1]* ]]; then
python -m pip install -r test-requirements-cpython.txt || exit 1
fi
fi
......
jupyter
line_profiler
# transitive dependency of jupyter (17.0+ lacks wheels for Py3.4)
pyzmq<17
pyrsistent<0.16
qtconsole<5
decorator<5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment