Skip to content

Commit

Permalink
ci: make tests run on Python 3.12
Browse files Browse the repository at this point in the history
asyncore is an external library now, install it, as pyinotify needs it.

(cherry picked from commit a4eff62)
  • Loading branch information
marmarek committed Jan 31, 2024
1 parent 779e88d commit 78b94e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ checks:tests:
- ci/codecov-wrapper -F unittests
before_script:
- sudo dnf install -y lvm2 vim-common python3-lxml python3-docutils sequoia-sqv
# needed to run tests on Python 3.12
- "sudo dnf install -y python3-pyasyncore || :"
- git clone -b release4.1 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --user --quiet -r ci/requirements.txt
script:
Expand Down

0 comments on commit 78b94e0

Please sign in to comment.