]> 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:15 +0000 (19:50 -0400)
commit993e6449e3f5f3532f6f5426b824718435ce6c6d
treed60617a832091e4fc62e6e100932a1f955f9d7cf
parent4b3a68e91c73ae84a3719d6933dc991ec2453d5b
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
doc/build/changelog/unreleased_13/5201.rst [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/warnings.py