]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support pytest 6.x
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 15:31:18 +0000 (11:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Sep 2020 15:31:18 +0000 (11:31 -0400)
commit46db1968b8dc00acd1232c3dd8b87b857a76d176
tree3860f9d1d7769048264b96b1baec54ed78700c3f
parentc92fa5ff2184a724b45fd457a22bc9a83da1dea4
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