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 macOS and Python 2.7 build #1802

Merged
merged 1 commit into from
Feb 17, 2020
Merged

Conversation

pquentin
Copy link
Member

The macOS + Python 2.7 build currently fails because the "coverage" entry point is installed outside of PATH. I think I got hit by this when working on the macOS tests, and added a workaround in _travis/run.sh.

The workaround stopped being necessary at some point, which is why we did not notice when the switch to Nox broke it. Now there's a bug in virtualenv's rewrite, so we need the workaround again. But this time we know where the bug is, and will be able to remove the workaround when virtualenv fixes this issue.

By the way, I found out about https://github.com/MacPython/terryfy today, which could allow us to remove some of the boilerplate. But I think I'd rather migrate to GitHub Actions that to continue investing time in our Travis macOS builds.

@sethmlarson
Copy link
Member

Migrating to GitHub Actions sounds great! I want this project to be in a post-Travis world. :)

@sethmlarson sethmlarson merged commit a46c08c into urllib3:master Feb 17, 2020
@pquentin pquentin deleted the fix-coverage branch March 12, 2020 13:54
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
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.

None yet

2 participants