-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove py.test* commands as entry points #1632
Comments
davehunt
changed the title
Remove
Remove py.test* commands as entry points
Jun 21, 2016
py.test*
commands as entry points
Actually I'm not sure if we should remove |
i think we should remove all entrypoints that are not |
nicoddemus
added a commit
that referenced
this issue
Jun 26, 2016
Fixed in #1662 |
This was referenced Aug 24, 2016
This was referenced Aug 31, 2016
This was referenced Nov 15, 2017
Merged
This was referenced Nov 27, 2017
cclauss
added a commit
to cclauss/pretend
that referenced
this issue
Jun 21, 2024
This was referenced Jun 21, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For historical reasons we have
py.test
as a valid entry point. We also have entry points forpytest-jython
,py.test-pypy*
, andpy.test-X.X
, which were introduced before the convenience of virtual environments for managing multiple environments.Explanation of py.test vs pytest from FAQ:
We will be introducing
pytest
as the recommended command entry point in #1629, which is expected to be included in pytest 3.0. Once we have lived with this for some time (until 3.1?) we should deprecate or remove the variouspy.test
entry points.The text was updated successfully, but these errors were encountered: