Skip to content

Commit 26b9320

Browse files
authored
Merge pull request #32 from utgwkk/pytest-6
ci: test with pytest 6.x.y
2 parents f7a8878 + 07a7be3 commit 26b9320

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,25 @@ jobs:
1818
- '3.7'
1919
- '3.8'
2020
- '3.9'
21-
pytest-version: [4.6.11, 5.4.3]
21+
pytest-version:
22+
- 4.6.11
23+
- 5.4.3
24+
- 6.2.4
2225

2326
exclude:
24-
# pytest 5.x.x doesn't support Python 2.7
27+
# pytest >= 5.x.x doesn't support Python 2.7
2528
- os: ubuntu-latest
2629
python-version: 2.7
2730
pytest-version: 5.4.3
31+
- os: ubuntu-latest
32+
python-version: 2.7
33+
pytest-version: 6.2.4
2834
- os: windows-latest
2935
python-version: 2.7
3036
pytest-version: 5.4.3
37+
- os: windows-latest
38+
python-version: 2.7
39+
pytest-version: 6.2.4
3140

3241
runs-on: ${{ matrix.os }}
3342

0 commit comments

Comments
 (0)