Skip to content

Commit b4cfab3

Browse files
committed
Mark unstable tests on macOS
1 parent 37f2020 commit b4cfab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setuptools/tests/test_editable_install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def editable_opts(request):
118118
SETUP_SCRIPT_STUB = "__import__('setuptools').setup()"
119119

120120

121+
@pytest.mark.xfail(sys.platform == "darwin", reason="Test is unstable on macOS?")
121122
@pytest.mark.parametrize(
122123
"files",
123124
[
@@ -897,6 +898,7 @@ class TestOverallBehaviour:
897898
},
898899
}
899900

901+
@pytest.mark.xfail(sys.platform == "darwin", reason="Test is unstable on macOS?")
900902
@pytest.mark.parametrize("layout", EXAMPLES.keys())
901903
def test_editable_install(self, tmp_path, venv, layout, editable_opts):
902904
project, _ = install_project(

0 commit comments

Comments
 (0)