From b493a1fb67281a7995c879ec962e35b02a45cae9 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 26 Apr 2021 00:34:23 +0200 Subject: [PATCH] Adjust pytest annotation on failing Jupyter notebook test --- tests/example/test_notebook_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/example/test_notebook_examples.py b/tests/example/test_notebook_examples.py index 0b3c15117..c984caed3 100644 --- a/tests/example/test_notebook_examples.py +++ b/tests/example/test_notebook_examples.py @@ -9,8 +9,8 @@ EXAMPLE_DIR = Path(__file__).parent.parent.parent / "example" -@pytest.mark.xfail @pytest.mark.slow +@pytest.mark.skip("nbconvert stack has problems, see https://github.com/jupyter/jupyter_client/issues/637") def test_jupyter_example(): """ Test for climate_observations jupyter notebook """ fixture = NBRegressionFixture(