Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 5, 2023
1 parent 03c3a5f commit 1455f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
marks=[
pytest.mark.skipif(not _TOPIC_IMAGE_AVAILABLE, reason="image libraries aren't installed"),
pytest.mark.skipif(not _ICEDATA_AVAILABLE, reason="icedata package isn't installed"),
pytest.xfail(), # ToDo
pytest.xfail(strict=False), # ToDo
],
),
pytest.param(
Expand Down

0 comments on commit 1455f0d

Please sign in to comment.