Skip to content

Commit

Permalink
Adjust pytest annotation on failing Jupyter notebook test
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 25, 2021
1 parent ecbe23a commit b493a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example/test_notebook_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b493a1f

Please sign in to comment.