[pygobject/pygobject-3-34] CI: install pycairo from pypi not git master
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/pygobject-3-34] CI: install pycairo from pypi not git master
- Date: Fri, 24 Jan 2020 08:53:37 +0000 (UTC)
commit 9631545eb2887df4f5772ec392836a636fc81c28
Author: Christoph Reiter <reiter christoph gmail com>
Date: Fri Jan 24 09:26:32 2020 +0100
CI: install pycairo from pypi not git master
master has dropped Python 2 support
.gitlab-ci/test-docker-old.sh | 3 +--
.gitlab-ci/test-docker.sh | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci/test-docker-old.sh b/.gitlab-ci/test-docker-old.sh
index 91312c7c..c8c0c135 100755
--- a/.gitlab-ci/test-docker-old.sh
+++ b/.gitlab-ci/test-docker-old.sh
@@ -15,7 +15,6 @@ mkdir -p "${COV_DIR}"
mkdir -p "${CCACHE_DIR}"
# test
-python -m pip install git+https://github.com/pygobject/pycairo.git
-python -m pip install pytest pytest-faulthandler coverage
+python -m pip install pycairo pytest pytest-faulthandler coverage
python setup.py build_tests
xvfb-run -a python -m coverage run tests/runtests.py
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 7205f8b6..d27c2606 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -21,8 +21,7 @@ export PYTHONDEVMODE=1
mkdir -p "${CCACHE_DIR}"
mkdir -p "${COV_DIR}"
-python -m pip install git+https://github.com/pygobject/pycairo.git
-python -m pip install flake8 pytest pytest-faulthandler coverage
+python -m pip install pycairo flake8 pytest pytest-faulthandler coverage
export CFLAGS="-coverage -ftest-coverage -fprofile-arcs -Werror"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]