summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitlab-ci/test-docker-old.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-docker-old.sh b/.gitlab-ci/test-docker-old.sh
index c06f7ee2..5cb4a907 100755
--- a/.gitlab-ci/test-docker-old.sh
+++ b/.gitlab-ci/test-docker-old.sh
@@ -16,7 +16,7 @@ mkdir -p "${COV_DIR}"
mkdir -p "${CCACHE_DIR}"
# test
-python -m pip install --upgrade pip
+python -m pip install --upgrade 'pip<21'
python -m pip install pycairo pytest pytest-faulthandler coverage
python setup.py build_tests
xvfb-run -a python -m coverage run --context "${COV_KEY}" tests/runtests.py