-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
macOS wheel builds broken because of find_sources test failure #10073
Comments
Actually it's unclear if this is failing on the 0.810 release branch. If it's only failing on master, this doesn't block the 0.810 release. |
Yes, this is failing on the 0.810 release branch, as I feared originally. I'm working on a fix. |
The wheel build is still failing. I have another attempt being built, but at least if it doesn't work, I'll probably have to postpone until the next week. |
Sorry for the trouble, I'm optimistic #10077 would fix. |
Your fix seems to have worked... But maybe we should change the logic a little: Line 479 in 6bfc2db
We currently normalise the path for the purposes of --exclude using abspath, but maybe we should use relpath. This would make the behaviour more consistent across possible project locations (assuming that you run mypy from within the project)
|
I opened a PR in case you think using relpath is better: #10078 |
@hauntsaninja Thanks, the macOS wheel builds work now. |
macOS wheel builds are broken because of a test failure:
This is blocking the 0.810 release #10062.
The text was updated successfully, but these errors were encountered: