Skip to content

Commit 069735f

Browse files
committed
Deactivate tests on windows
1 parent d8fd1c2 commit 069735f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/test_wheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ def sys_tags():
618618
'onnxruntime-0.1.2-cp36-cp36m-manylinux1_x86_64.whl').is_compatible()
619619

620620

621+
@pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only')
621622
def test_wheel_mode():
622623
@contextlib.contextmanager
623624
def build_wheel(extra_file_defs=None, **kwargs):

0 commit comments

Comments
 (0)