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

Replace deprecated 'setup.py test' with tox/pytest #1094

Merged
merged 2 commits into from
Jan 6, 2020
Merged

Replace deprecated 'setup.py test' with tox/pytest #1094

merged 2 commits into from
Jan 6, 2020

Conversation

jdufresne
Copy link
Contributor

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should not be used. Now, run the pytest command from tox
as recommended by setuptools.

https://setuptools.readthedocs.io/en/latest/history.html#v41-5-0

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should not be used. Now, run the pytest command from tox
as recommended by setuptools.
@fcurella
Copy link
Collaborator

fcurella commented Jan 6, 2020

Thank you!

@fcurella fcurella merged commit 6c4fde4 into joke2k:master Jan 6, 2020
@jdufresne jdufresne deleted the no-setup-test branch January 6, 2020 15:31
IlfirinPL pushed a commit to IlfirinPL/faker that referenced this pull request Apr 9, 2021
* Unpin coverage

* Replace deprecated 'setup.py test' with tox/pytest

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should not be used. Now, run the pytest command from tox
as recommended by setuptools.
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