]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Don't raise on pytest deprecation warnings
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2020 23:59:34 +0000 (19:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Mar 2020 00:00:12 +0000 (20:00 -0400)
commitd2457c772128fdf0a94084feaaa2844387d92c2b
treea28f9692362df6c688b29611e893206a367d8047
parentfe8e7cca5bce0d6f9d05bb1e48f407fc8cbfdf50
Don't raise on pytest deprecation warnings

py.test 5.4.0 emits deprecation warnings for pytest.Class.
make sure we don't raise for these, and log the code that will
be used for 5.4.0 when we bump requirements.

Fixes: #668
Change-Id: I83e0402c4a6b2365a63b58d052c6989df3a37328
alembic/testing/plugin/plugin_base.py
alembic/testing/plugin/pytestplugin.py
docs/build/unreleased/668.rst [new file with mode: 0644]