We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a825b7b commit 8a8d805Copy full SHA for 8a8d805
1 file changed
tests/test_posix.py
@@ -98,7 +98,7 @@ def test_find_python_from_rye_provider(mocked_python, tmp_path, monkeypatch):
98
99
100
def test_find_python_from_uv_provider(mocked_python, tmp_path, monkeypatch):
101
- if platform.system() == "Linux":
+ if platform.system() == "Linux" or platform.system() == "SunOS":
102
python_root = tmp_path / ".local/share/uv/python"
103
else: # macos
104
python_root = tmp_path / "Library/Application Support/uv/python"
0 commit comments