Skip to content

Commit 07a7be3

Browse files
committed
ci: exclude test with Python 2.7 and pytest 6
1 parent 7a09eef commit 07a7be3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ jobs:
2424
- 6.2.4
2525

2626
exclude:
27-
# pytest 5.x.x doesn't support Python 2.7
27+
# pytest >= 5.x.x doesn't support Python 2.7
2828
- os: ubuntu-latest
2929
python-version: 2.7
3030
pytest-version: 5.4.3
31+
- os: ubuntu-latest
32+
python-version: 2.7
33+
pytest-version: 6.2.4
3134
- os: windows-latest
3235
python-version: 2.7
3336
pytest-version: 5.4.3
37+
- os: windows-latest
38+
python-version: 2.7
39+
pytest-version: 6.2.4
3440

3541
runs-on: ${{ matrix.os }}
3642

0 commit comments

Comments
 (0)