test: drop -k from -k stages/test test matrix
With pytest 8.0.0 the `-k` option seem to have changed it's behavior. Drop `-k` therefore. Tests started to fail recently and it looks like this is because pytest 8.0.0 changes the semantic of the `-k` option. We used to pass `-k stages/test` but that seems to no longer work. So pin pytest to the last good version until this is better understood.
This commit is contained in:
parent
348438303e
commit
3ec0925bff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- "test.run.test_noop"
|
||||
- "test.run.test_sources"
|
||||
- "test.run.test_stages"
|
||||
- "-k stages/test"
|
||||
- "stages/test"
|
||||
environment:
|
||||
- "py36"
|
||||
- "py39"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue