Skip to content

Commit 706741a

Browse files
committed
skip test on windows
1 parent 7ed4c1d commit 706741a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_verify_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_imports(pyexec):
9393

9494

9595
def test_pip_install_salt_git(pipexec, build, build_dir, pyexec, build_version):
96-
if sys.platform == "win32" and "3.11" in build_version or "3.12" in build_version:
96+
if sys.platform == "win32" and "3.11" in build_version or "3.12" in build_version or "3.13" in build_version:
9797
pytest.xfail("Salt does not work with 3.11 or 3.12 on windows yet")
9898
if sys.platform == "darwin" and "3.12" in build_version:
9999
pytest.xfail("Salt does not work with 3.12 on macos yet")

0 commit comments

Comments
 (0)