-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the "python setup.py test" feature in favor of a straight run of "tox". Per Pypa / pytest developers, "setup.py" commands are in general headed towards deprecation in favor of tox. The tox.ini script has been updated such that running "tox" with no arguments will perform a single run of the test suite against the default installed Python interpreter. .. seealso:: pypa/setuptools#1684 pytest-dev/pytest#5534 Fixes: #303 Change-Id: I345fd46f8911a71c039adf2d51937175142db793
- Loading branch information
Showing
3 changed files
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. change:: | ||
:tags: bug, setup | ||
:tickets: 303 | ||
|
||
Removed the "python setup.py test" feature in favor of a straight run of | ||
"tox". Per Pypa / pytest developers, "setup.py" commands are in general | ||
headed towards deprecation in favor of tox. The tox.ini script has been | ||
updated such that running "tox" with no arguments will perform a single run | ||
of the test suite against the default installed Python interpreter. | ||
|
||
.. seealso:: | ||
|
||
https://github.com/pypa/setuptools/issues/1684 | ||
|
||
https://github.com/pytest-dev/pytest/issues/5534 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters