From bd7b5c61863170c809c182c9a3bcd81697b52f1a Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Sat, 16 Dec 2023 18:44:11 +0000 Subject: [PATCH] Skip pytestdev until hook wrapper issue is fixed --- .github/workflows/test_and_publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 8d7a6dc..2336f45 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -42,7 +42,8 @@ jobs: - linux: py311-test-mpl36 - linux: py311-test-mpl37 # Test different versions of pytest - - linux: py312-test-mpldev-pytestdev + # Skip pytestdev until hook wrapper issue is fixed + # - linux: py312-test-mpldev-pytestdev - linux: py39-test-mpl33-pytest62 - linux: py38-test-mpl31-pytest54 coverage: 'codecov'