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 19bd22c commit 01f89f4Copy full SHA for 01f89f4
tests/test_paths.py
@@ -350,6 +350,7 @@ def test_make_executable():
350
assert os.access(tempfile, os.X_OK)
351
352
353
+@pytest.mark.skipif(sys.version_info[:2] > (3, 11), reason="No longer valid on Python 3.12+")
354
def test_instantiate_wrong_platform():
355
if os.name == "nt":
356
with pytest.raises(NotImplementedError, match="cannot instantiate .* on your system"):
0 commit comments