]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove Nose support
authorParth Shandilya <parth1989shandilya@gmail.com>
Fri, 1 Feb 2019 04:24:29 +0000 (23:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2019 16:25:44 +0000 (11:25 -0500)
commitd427d0643b235ea0f6b50a357bbe5bdb087403c4
tree7761e13db68e0c49f27e2defcd9ea8965e1445c2
parent7e48d8b2a70b399ffa6ec874f824d6cee82980a0
Remove Nose support

The test system has removed support for Nose, which is unmaintained for
several years and is producing warnings under Python 3. The test suite is
currently standardized on Pytest.  Pull request courtesy Parth Shandilya.

Fixes: #4460
Closes: #4476
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4476
Pull-request-sha: e857af9c7d07355e52841149ee2e5d4448409e1e

Change-Id: I76516fae1cf0eb58f2e9fc9f692e591e0fcf39a4
doc/build/changelog/unreleased_13/4460.rst [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/bootstrap.py
lib/sqlalchemy/testing/plugin/noseplugin.py [deleted file]
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/runner.py [deleted file]
setup.cfg
sqla_nose.py [deleted file]