Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 362e7e6

Browse files
committed
Suppress test failures on Windows
1 parent a87b237 commit 362e7e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ptr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def venv(virtualenv):
4848
args_variants = ['', '--extras']
4949

5050

51+
@pytest.mark.xfail('platform.system() == "Windows"')
5152
@pytest.mark.parametrize(
5253
'setuptools_req, test_args', itertools.product(setuptools_reqs, args_variants)
5354
)

0 commit comments

Comments
 (0)