Skip to content

Commit 7a09eef

Browse files
committed
ci: test with pytest 6.x.y
1 parent f7a8878 commit 7a09eef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ 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:
2427
# pytest 5.x.x doesn't support Python 2.7

0 commit comments

Comments
 (0)