Skip to content

Commit

Permalink
Use skip rather than xfail #906
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 11, 2022
1 parent 13fd210 commit 9175f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_auto_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_auto_from_kernelspecs_works(nb_file):
expected_ext = ".fsx"
auto_ext = auto_ext_from_metadata(nb.metadata)
if auto_ext == ".sage":
pytest.xfail(
pytest.skip(
"Sage notebooks have Python in their language_info metadata, see #727"
)
assert auto_ext == expected_ext
Expand Down

0 comments on commit 9175f17

Please sign in to comment.