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

py.test wheel creates "py.test-2.7" executable for all Python versions. #1750

Closed
mhils opened this issue Jul 22, 2016 · 2 comments
Closed

py.test wheel creates "py.test-2.7" executable for all Python versions. #1750

mhils opened this issue Jul 22, 2016 · 2 comments

Comments

@mhils
Copy link

mhils commented Jul 22, 2016

In a nutshell, when creating the pytest wheel, the version-specific entrypoint is hardcoded to py.test-2.7. This results in pip3 installing an executable called "py.test-2.7", but no executable called py.test3 or py.test-3.5.

Thanks for the awesome project! 😃

@nicoddemus
Copy link
Member

Fixed in the next release, thanks for the report! 😄

@nicoddemus
Copy link
Member

For reference: #1632.

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

No branches or pull requests

2 participants