Skip to content

Commit

Permalink
Work around pypy38: skipped error, in newer tox and uv, in CI
Browse files Browse the repository at this point in the history
Skipping missing interpreters became an error in newer versions of
tox-uv in particular, in 1 test runner, Windows PyPy 3.8. Other test
runners were unaffected. I'm not sure if the 1 affected test runner's
interpreter is actually missing. I suspect it's a bad check on the newer
tool versions' part. Either way, interpreters should _not_ be missing
and skipped in CI. _Not_ skipping missing interpreters causes CI to
succeed.
  • Loading branch information
john-kurkowski committed Aug 21, 2024
1 parent 54009cf commit 75a6bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
run: tox
env:
TOXENV: ${{ matrix.language.toxenv }}
TOX_OVERRIDE: tox.skip_missing_interpreters=false

0 comments on commit 75a6bfc

Please sign in to comment.