]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
after all that, use pytest warnings plugin
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jan 2022 15:51:55 +0000 (10:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Jan 2022 17:58:38 +0000 (12:58 -0500)
commitaba3ab247da4628e4e7baf993702e2efaccbc547
tree5aede9a6a560c3184ca0b2a86b3ad3d5715370d6
parent321f64f71e7ecc7404da9b95e2e0aa1d692ac181
after all that, use pytest warnings plugin

The warnings plugin lets us set the filters up
in the config, and as our filter requirements are now
simple we can just set this up.

additionally pytest now recommends pyproject.toml, since
we fully include this now, let's move it there.

the pytest logging plugin seems to not be any problem either
at the moment, so re-enable that.  if it becomes apparent
whatever the problem was (which was probably that it was just
surprising, or something) we can disable it again and comment
what the reason was.

Change-Id: Ia9715533b01f72aa5fdcf6a27ce75b76f829fa43
lib/sqlalchemy/exc.py
lib/sqlalchemy/pool/base.py
lib/sqlalchemy/testing/warnings.py
pyproject.toml
setup.cfg
test/base/test_except.py
test/conftest.py