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 ebe5e45 commit e146aaaCopy full SHA for e146aaa
testing/test_assertrewrite.py
@@ -1388,6 +1388,9 @@ def test_simple_failure():
1388
@pytest.mark.skipif(
1389
sys.platform.startswith("win32"), reason="cannot remove cwd on Windows"
1390
)
1391
+ @pytest.mark.skipif(
1392
+ sys.platform.startswith("sunos5"), reason="cannot remove cwd on Solaris"
1393
+ )
1394
def test_cwd_changed(self, pytester: Pytester, monkeypatch) -> None:
1395
# Setup conditions for py's fspath trying to import pathlib on py34
1396
# always (previously triggered via xdist only).
0 commit comments