CI: Update excluded tests list

After removal of TOML write packages on c9s and c10s some
tests using this library needs to be skipped.
This commit is contained in:
Paweł Poławski 2024-10-04 12:35:58 +02:00 committed by Brian C. Lane
parent 6ed754946d
commit 8f7a3d7234

View file

@ -13,7 +13,7 @@ jobs:
- version: "9"
pytest_exclude: 'not (TestBoot and boot)'
- version: "10"
pytest_exclude: 'not (TestBoot and boot)'
pytest_exclude: 'not (TestBoot and boot) and not (test_write_read)'
name: "Unittests on Centos Stream ${{ matrix.centos.version }}"
runs-on: ubuntu-latest
steps: