summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_ptr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_ptr.py b/tests/test_ptr.py
index 07633b0..f6eac16 100644
--- a/tests/test_ptr.py
+++ b/tests/test_ptr.py
@@ -48,6 +48,7 @@ setuptools_reqs = (
args_variants = ['', '--extras']
+@pytest.mark.xfail('platform.system() == "Windows"')
@pytest.mark.parametrize(
'setuptools_req, test_args', itertools.product(setuptools_reqs, args_variants)
)