]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support pytest 6.x
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 01:01:01 +0000 (21:01 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 01:12:01 +0000 (21:12 -0400)
commit40cdb9c0bf4db2af293f9d8669257294d8fc69f9
tree3ddfd4b17311f29bbfe525d7ccf8944c3b5cba56
parent1efd45015cac1e04cdb2d8d516d7cd48d38e1302
Support pytest 6.x

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

Change-Id: Ia5fed9b22e76c99f71489283acee207f996f52a4
(cherry picked from commit ffafbd4b9657a4ee8bec57c0861414144f37bdc5)
lib/sqlalchemy/testing/plugin/pytestplugin.py