]> 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:01:01 +0000 (21:01 -0400)
commitffafbd4b9657a4ee8bec57c0861414144f37bdc5
treeb7542a5a90d7d08fdd5b1f258ff8939d84cc1814
parent75a8fb56437e2ea8e058b0dca3c876dc62c481c2
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