]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support pytest 6.x rel_1_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 15:33:26 +0000 (11:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 15:33:26 +0000 (11:33 -0400)
commitf0930898e0f26e2f2af169a9c6b446bf0095c1ff
tree9c677db613fda57afeffb59bae658168f5b7880a
parentb30e9e26be424c978ad46f1538278fc26a972ea7
Support pytest 6.x

pytest has removed support for pytest.Class().collect()
and we need to use from_parent.

Change-Id: Ia5fed9b22e76c99f71489283acee207f996f52a4
lib/sqlalchemy/testing/plugin/pytestplugin.py