Skip to content

Conversation

@dirk-thomas
Copy link
Member

As of setuptools 41.5.0 invoking tests through the setup.py file is deprecated (see pypa/setuptools#1878):

WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.

This PR changes the unittest based testing extension. Similar to #296 which does the same for pytest.

Additionally the patch adds --unittest-args to allow passing arbitrary arguments to unittest.

@dirk-thomas dirk-thomas self-assigned this Jan 30, 2020
@dirk-thomas dirk-thomas merged commit 5d1a9a1 into master Jan 30, 2020
@dirk-thomas dirk-thomas added this to the 0.5.3 milestone Jan 30, 2020
@delete-merged-branch delete-merged-branch bot deleted the dirk-thomas/use-unittest-directly branch January 30, 2020 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants