Skip to content

Commit 3896c5f

Browse files
committed
windows fixes 5
1 parent 9d44b58 commit 3896c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def test_which_windows(mocker):
254254
exit_mock.assert_called_once_with(1)
255255

256256

257+
@pytest.mark.skipif(os.name == "nt", reason="Unix-specific test")
257258
def test_which_unix(mocker):
258259
"""Test which() on Unix platform."""
259260
mocker.patch("platform.system", return_value="Linux")

0 commit comments

Comments
 (0)