Skip to content

Commit

Permalink
change to xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chang committed Oct 24, 2023
1 parent bd9a4c7 commit c903e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_glibc_version_string_ctypes_missing(monkeypatch):
assert _glibc_version_string_ctypes() is None


@pytest.mark.skipif(not ctypes, reason="requires ctypes")
@pytest.mark.xfail(ctypes is None, reason="ctypes not available")
def test_glibc_version_string_ctypes_raise_oserror(monkeypatch):
def patched_cdll(name):
raise OSError("Dynamic loading not supported")
Expand Down

0 comments on commit c903e2d

Please sign in to comment.