Skip to content

Commit

Permalink
Update tests/test_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 4, 2024
1 parent 04ba5ae commit 2153524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_venv_creation(
pytest.param(
'uv',
marks=[
IS_PYPY and IS_WINDOWS and sys.version_info < (3, 9), reason='uv cannot find PyPy 3.8 executable on Windows'
pytest.mark.xfail(IS_PYPY and IS_WINDOWS and sys.version_info < (3, 9), reason='uv cannot find PyPy 3.8 executable on Windows'
pytest.mark.skipif(MISSING_UV, reason='uv executable not found'),
]
),
Expand Down

0 comments on commit 2153524

Please sign in to comment.