Skip to content

Commit 4a74678

Browse files
committed
Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the projects a bit more time.)
1 parent 9d1ffd5 commit 4a74678

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Tools/ci-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ else
7474
if [[ $PYTHON_VERSION != *"-dev" || $COVERAGE == "1" ]]; then
7575
python -m pip install -r test-requirements.txt || exit 1
7676

77-
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[4789]* ]]; then
77+
if [[ $PYTHON_VERSION != "pypy"* && $PYTHON_VERSION != "3."[1]* ]]; then
7878
python -m pip install -r test-requirements-cpython.txt || exit 1
7979
fi
8080
fi

test-requirements-cpython.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
jupyter
22
line_profiler
3-
# transitive dependency of jupyter (17.0+ lacks wheels for Py3.4)
4-
pyzmq<17
5-
pyrsistent<0.16
6-
qtconsole<5
7-
decorator<5

0 commit comments

Comments
 (0)