We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8050cf commit 5d3797aCopy full SHA for 5d3797a
.github/workflows/test.yml
@@ -42,11 +42,11 @@ jobs:
42
- name: Test packaging
43
run: tox -e pkg
44
45
- - name: Run tests with PyTest 6
+ - name: Run tests with PyTest 8
46
run: tox
47
env:
48
PLATFORM: ${{ matrix.os }}
49
- PYTEST_MAJOR_VERSION: 6
+ PYTEST_MAJOR_VERSION: 8
50
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
51
52
- name: Run tests with PyTest 7
@@ -56,6 +56,13 @@ jobs:
56
PYTEST_MAJOR_VERSION: 7
57
58
59
+ - name: Run tests with PyTest 6
60
+ run: tox
61
+ env:
62
+ PLATFORM: ${{ matrix.os }}
63
+ PYTEST_MAJOR_VERSION: 6
64
+ PYTEST_PLUGINS: pytest_github_actions_annotate_failures
65
+
66
post-test:
67
name: All tests passed
68
runs-on: ubuntu-latest
0 commit comments