Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Tox not finding Python 3.8 on OSX. #976

Merged
merged 1 commit into from
May 12, 2020

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented May 12, 2020

This works, but I can't explain why the prior did not. Moving on with
the fix though since real green is better than the current early exit
green due to not being able to find Python 3.8 and having our tox.ini
configured for skip_missing_interpreters = True. Patch that by adding
--skip-missing-interpreters=false to our tox invocations in CI.

@jsirois jsirois marked this pull request as draft May 12, 2020 00:14
@jsirois jsirois force-pushed the ci/osx/3.8/fix-find-interpreter branch 9 times, most recently from 3cba840 to 196b3b9 Compare May 12, 2020 05:56
This works, but I can't explain why the prior did not. Moving on with
the fix though since real green is better than the current early exit
green due to not being able to find Python 3.8 and having our tox.ini
configured for `skip_missing_interpreters = True`. Patch that by adding
`--skip-missing-interpreters=false` to our tox invocations in CI.
@jsirois jsirois force-pushed the ci/osx/3.8/fix-find-interpreter branch from 3ac6767 to 70a2939 Compare May 12, 2020 06:32
@jsirois jsirois changed the title Try chaing PATH order ... unlikely. Fix Tox not finding Python 3.8 on OSX. May 12, 2020
@jsirois jsirois marked this pull request as ready for review May 12, 2020 06:34
@jsirois jsirois requested a review from Eric-Arellano May 12, 2020 06:34
Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@jsirois jsirois merged commit e2d6bab into pex-tool:master May 12, 2020
@jsirois jsirois deleted the ci/osx/3.8/fix-find-interpreter branch September 5, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants