summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-02-01 20:32:48 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2021-02-01 20:33:06 +0100
commit9f848b973454c5502536ca7be836341aafbbab3f (patch)
treec6701a70c3c4e169ea97b3886cacd91a65422021
parentf65902cc65dff9fdca483ed0404796986179b4f4 (diff)
downloadpygobject-3-38.tar.gz
CI: make sure we install a Python 3.5 compatible pippygobject-3-38
pip dropped <=3.5 support in the latest release
-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