Skip to content

Commit 2f16327

Browse files
committed
Mark test as xfail on Windows. Ref pypa/distutils#195.
1 parent c2bc813 commit 2f16327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distutils/tests/test_ccompiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def test_set_include_dirs(c_file):
5555
compiler.compile(_make_strs([c_file]))
5656

5757

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

0 commit comments

Comments
 (0)