]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Dont raise on pytest deprecation warnings
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2020 23:44:37 +0000 (19:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Mar 2020 23:50:56 +0000 (19:50 -0400)
commit82ab7c825d30cce4a02c5226755e744e28752466
treeca4dc3e2020027d330bde10d913b39bd1770365f
parentf2132e2d8b0dfb034dd860e5e0240b62e61332d4
Dont 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: #5201
Change-Id: I83e0402c4a6b2365a63b58d052c6989df3a37328
(cherry picked from commit be26fd13c124d5d53496cca98ce371c45c07c205)
doc/build/changelog/unreleased_13/5201.rst [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/warnings.py