aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/unreleased/303.rst
blob: ac656121995e11a4b450cc397c61fe31842b1041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. change::
    :tags: changed, 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