Fix CI tests for python-libdiscid

python-libdiscid 2.0 no longer supports Python 3.5, skip the test with this version
This commit is contained in:
Philipp Wolfer
2021-02-11 16:46:03 +01:00
parent d22863a4df
commit 5bee7281d0

View File

@@ -33,7 +33,7 @@ jobs:
pip install pytest pytest-randomly pytest-cov
pytest --verbose --cov=picard --cov-report xml:coverage.xml test
- name: Test python-libdiscid (Linux)
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.python-version != '3.5'
run: |
sudo apt-get update
sudo apt-get install libdiscid-dev