Skip to content

Commit cdb37c9

Browse files
committed
Test different versions of pytest
1 parent 91d23c4 commit cdb37c9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- linux: py38-test-mpl33
3434
- linux: py39-test-mpl34
3535
- linux: py310-test-mpl35
36+
# Test different versions of pytest
37+
- linux: py310-test-mpl35-pytestdev
38+
- linux: py310-test-mpl35-pytest62
39+
- linux: py310-test-mpl35-pytest54
3640
coverage: 'codecov'
3741

3842
publish:

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ deps =
2828
mpl34: matplotlib==3.4.*
2929
mpl35: matplotlib==3.5.1
3030
mpldev: git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib
31+
pytest54: pytest==5.4.*
32+
pytest60: pytest==6.0.*
33+
pytest61: pytest==6.1.*
34+
pytest62: pytest==6.2.*
35+
pytest70: pytest==7.0.*
36+
pytest71: pytest==7.1.*
37+
pytestdev: git+https://github.com/pytest-dev/pytest.git#egg=pytest
3138
extras =
3239
test
3340
commands =

0 commit comments

Comments
 (0)