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

Remove use of deprecated 'setup.py test' command #77

Merged
merged 2 commits into from
Feb 17, 2020
Merged

Remove use of deprecated 'setup.py test' command #77

merged 2 commits into from
Feb 17, 2020

Conversation

jdufresne
Copy link
Collaborator

Since setuptools v41.5.0 (27 Oct 2019), the 'test' command is formally
deprecated and should not be used. Instead, use the unittest module to
run tests.

jdufresne and others added 2 commits February 17, 2020 08:37
Since setuptools v41.5.0 (27 Oct 2019), the 'test' command and its
arguments are formally deprecated and should not be used. Instead, use
the unittest module to run tests.
@kjd kjd merged commit 133fc01 into kjd:master Feb 17, 2020
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