Skip to content

Don't run test suite on 32bit Windows #13672

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

Merged
merged 1 commit into from
Sep 17, 2022
Merged

Don't run test suite on 32bit Windows #13672

merged 1 commit into from
Sep 17, 2022

Conversation

emmatyping
Copy link
Member

I don't think testing the different architecture gains us anything, and we don't build mypyc compiled wheels for win32 anyway, so there shouldn't be a difference between the two. This should provide a nice speedup to the test suite as well.

These tests were initially introduced in #8327.

I don't think testing the different architecture gains us anything, and [we don't build mypyc compiled wheels for win32 anyway](https://github.com/mypyc/mypy_mypyc-wheels/blob/aabe075c7abe8baa0b212cc14e7ab607dffa6934/build_wheel.py#L35), so there shouldn't be a difference between the two. This should provide a nice speedup to the test suite as well.

These tests were initially introduced in #8327.
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Great!

@hauntsaninja hauntsaninja merged commit 330f79b into master Sep 17, 2022
@hauntsaninja hauntsaninja deleted the ethanhs/no-win32 branch September 17, 2022 06:34
mr-c added a commit to mr-c/mypy that referenced this pull request Feb 7, 2023
Debian does build 32bit (on Linux), so this is an easy way to support
them

This reverts commit 330f79b.
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