We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed4c1d commit 706741aCopy full SHA for 706741a
tests/test_verify_build.py
@@ -93,7 +93,7 @@ def test_imports(pyexec):
93
94
95
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:
+ if sys.platform == "win32" and "3.11" in build_version or "3.12" in build_version or "3.13" in build_version:
97
pytest.xfail("Salt does not work with 3.11 or 3.12 on windows yet")
98
if sys.platform == "darwin" and "3.12" in build_version:
99
pytest.xfail("Salt does not work with 3.12 on macos yet")
0 commit comments