summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-flatpak-gtk4.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-flatpak-gtk4.sh')
-rwxr-xr-x.gitlab-ci/test-flatpak-gtk4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-flatpak-gtk4.sh b/.gitlab-ci/test-flatpak-gtk4.sh
index acfc3be0..189d63cd 100755
--- a/.gitlab-ci/test-flatpak-gtk4.sh
+++ b/.gitlab-ci/test-flatpak-gtk4.sh
@@ -7,7 +7,7 @@ export COVERAGE_FILE="${COV_DIR}/.coverage.gtk4"
mkdir -p "${COV_DIR}"
export TEST_GTK_VERSION=4.0
-python3 -m pip install --user pytest pytest-faulthandler "coverage<5"
+python3 -m pip install --user pytest pytest-faulthandler coverage
python3 setup.py build_tests
python3 -m coverage run tests/runtests.py
chmod -R 777 "${COV_DIR}" \ No newline at end of file