Skip to content

Commit

Permalink
Mark test as xfail on Windows. Ref pypa/distutils#195.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 6, 2023
1 parent c2bc813 commit 2f16327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distutils/tests/test_ccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def test_set_include_dirs(c_file):
compiler.compile(_make_strs([c_file]))


@pytest.mark.xfail('platform.system() == "Windows"')
def test_has_function_prototype():
# Issue https://github.com/pypa/setuptools/issues/3648
# Test prototype-generating behavior.
Expand Down

0 comments on commit 2f16327

Please sign in to comment.