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

Do not mark wheel as universal #187

Merged
merged 1 commit into from May 7, 2020
Merged

Do not mark wheel as universal #187

merged 1 commit into from May 7, 2020

Conversation

daa
Copy link
Contributor

@daa daa commented May 7, 2020

This pull-request removes marking pytest-mock wheel as universal because Python2 is no longer supported since version 3.0.0.

Fixes #186

@graingert
Copy link
Member

graingert commented May 7, 2020

the package already has a valid python_requires:

https://github.com/pytest-dev/pytest-mock/blob/master/setup.py#L11

I think removing the py2 tag from the wheel will cause pip on py2 to download the sdist before seeing the python_requires

@nicoddemus
Copy link
Member

the package already has a valid python_requires:

Indeed, but we still shouldn't mark the wheel as universal I think. 😁

@nicoddemus nicoddemus merged commit 7cc9e5d into pytest-dev:master May 7, 2020
@nicoddemus
Copy link
Member

Thanks @daa!

@daa
Copy link
Contributor Author

daa commented May 7, 2020

Thank you!

@daa daa deleted the do-not-mark-wheel-as-universal branch May 7, 2020 13:09
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.

Wheel is incorrectly tagged as universal
3 participants