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:
parent
6ed754946d
commit
8f7a3d7234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-on-centos.yml
vendored
2
.github/workflows/test-on-centos.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue