Skip to content

Commit

Permalink
Remove long-failing flatpak pytest job
Browse files Browse the repository at this point in the history
This has been failing for a long, long time, and provides relatively
little benefit over the existing reliable pytest job.
  • Loading branch information
kaiw committed Jul 13, 2024
1 parent 2b599be commit 3ee7b24
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ pytest:
variables:
PYTHON_CHECK_COMMAND: "pytest"

pytest-flatpak:
extends: .pythonflatpak
variables:
PYTHON_CHECK_COMMAND: "pytest"
# Ideally this wouldn't allow failure, but currently the flatpak environment
# is broken. https://gitlab.gnome.org/GNOME/gnome-runtime-images/-/issues/7
allow_failure: true

mingw64-dist:
stage: build
variables:
Expand Down

0 comments on commit 3ee7b24

Please sign in to comment.