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.
  • Loading branch information
marmarek committed Jan 30, 2024
1 parent 102007a commit a4eff62
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 https://github.com/QubesOS/qubes-core-qrexec ~/qubes-core-qrexec
- pip3 install --user --quiet -r ci/requirements.txt
- |
Expand Down

0 comments on commit a4eff62

Please sign in to comment.