summaryrefslogtreecommitdiff
path: root/Tools/ci-run.sh
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-10-24 21:27:44 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-10-24 21:27:44 +0200
commit0b2a6f23c401ac1200cd472d9a79ef4eb2f3acf2 (patch)
treeaf02afd2a205e6f1e93a51ff0ac88c1e62eba4ba /Tools/ci-run.sh
parent346c81fe9b0a13892a2dbd137d994f198940b435 (diff)
downloadcython-update_test_dependencies.tar.gz
Use newer test dependencies in Py3.6+.update_test_dependencies
Diffstat (limited to 'Tools/ci-run.sh')
-rw-r--r--Tools/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ci-run.sh b/Tools/ci-run.sh
index e8d4c7a96..d6dac790f 100644
--- a/Tools/ci-run.sh
+++ b/Tools/ci-run.sh
@@ -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."[91]* ]]; then
python -m pip install -r test-requirements-cpython.txt || exit 1
fi
fi