diff --git a/test/test_main.py b/test/test_main.py index 0b71b43..b4df0f6 100644 --- a/test/test_main.py +++ b/test/test_main.py @@ -333,6 +333,9 @@ def pushd(path): } +@pytest.mark.xfail(getattr(sys, "pypy_version_info", (0, 0, 0))[:3] + == (7, 3, 16) and os.name == "nt", + reason="PyPy 7.3.16 is broken on Windows") @pytest.mark.parametrize("buildsys", INTEGRATION_TESTS) def test_integration(tmp_path, capfd, buildsys, verify_zipfile_cleanup, distutils_cache_cleanup):