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 9d44b58 commit 3896c5fCopy full SHA for 3896c5f
tests/test_common.py
@@ -254,6 +254,7 @@ def test_which_windows(mocker):
254
exit_mock.assert_called_once_with(1)
255
256
257
+@pytest.mark.skipif(os.name == "nt", reason="Unix-specific test")
258
def test_which_unix(mocker):
259
"""Test which() on Unix platform."""
260
mocker.patch("platform.system", return_value="Linux")
0 commit comments