]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
remove python setup.py test
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Aug 2019 22:46:29 +0000 (18:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Aug 2019 22:47:48 +0000 (18:47 -0400)
commit230404f5fe4327c06f57cf8e5b520ca8365f822a
tree8ecccdea8a0a4f988903bec8661d5a7b77ad0aba
parentcf751243372044e33aa2a5450a9996d64232aa37
remove python setup.py test

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

Change-Id: Ib92ef8d20ad0e6f1e1b9d25051b788788cc69b02
Fixes: #592
docs/build/unreleased/592.rst [new file with mode: 0644]
setup.py
tox.ini