Skip to content

Commit bd7b5c6

Browse files
committed
Skip pytestdev until hook wrapper issue is fixed
1 parent 281b5d4 commit bd7b5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- linux: py311-test-mpl36
4343
- linux: py311-test-mpl37
4444
# Test different versions of pytest
45-
- linux: py312-test-mpldev-pytestdev
45+
# Skip pytestdev until hook wrapper issue is fixed
46+
# - linux: py312-test-mpldev-pytestdev
4647
- linux: py39-test-mpl33-pytest62
4748
- linux: py38-test-mpl31-pytest54
4849
coverage: 'codecov'

0 commit comments

Comments
 (0)