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.
2 parents f7a8878 + 07a7be3 commit 26b9320Copy full SHA for 26b9320
.github/workflows/test.yml
@@ -18,16 +18,25 @@ jobs:
18
- '3.7'
19
- '3.8'
20
- '3.9'
21
- pytest-version: [4.6.11, 5.4.3]
+ pytest-version:
22
+ - 4.6.11
23
+ - 5.4.3
24
+ - 6.2.4
25
26
exclude:
- # pytest 5.x.x doesn't support Python 2.7
27
+ # pytest >= 5.x.x doesn't support Python 2.7
28
- os: ubuntu-latest
29
python-version: 2.7
30
pytest-version: 5.4.3
31
+ - os: ubuntu-latest
32
+ python-version: 2.7
33
+ pytest-version: 6.2.4
34
- os: windows-latest
35
36
37
+ - os: windows-latest
38
39
40
41
runs-on: ${{ matrix.os }}
42
0 commit comments