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 Python 2.7 build #2140

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Conversation

ben9923
Copy link
Contributor

@ben9923 ben9923 commented Sep 15, 2022

Summary

  • OS: macOS
  • Bug fix: no
  • Type: tests, wheels

Description

Messing around with the CI build workflows I noticed something weird with the macOS Python 2.7 builds, being affected from Linux test issues.
Looking deeper I saw the macOS job is actually building & testing Linux wheels... 😝

I've set the macOS version to 10.15 like the Python 3 jobs, as apparently macOS 11+ breaks environ APIs (There's an open issue for it in psutil, should probably be documented).

Currently Python 2.7 tests & builds were run twice for Linux instead.

Swap configuration to macOS 10.15, in par with Python 3 workflow,
and to make Process.environ tests pass (broken in macOS 11+).

Signed-off-by: Ben Raz <ben9923@gmail.com>
@giampaolo giampaolo merged commit a3eca35 into giampaolo:master Sep 19, 2022
@giampaolo
Copy link
Owner

Good catch. Merged.

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