]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ignore ephemeral classes in test_all_present() 7451/head
authorNils Philippsen <nils@tiptoe.de>
Sun, 12 Dec 2021 13:41:56 +0000 (14:41 +0100)
committerNils Philippsen <nils@tiptoe.de>
Sun, 12 Dec 2021 23:33:44 +0000 (00:33 +0100)
commit135a8aaba2c6941460c7f45aa1a55c8f6b9eb43d
tree826ef8d0edbff395c5c91e78f87b3853478c9f8a
parent04421c8bed9e93a625b7164e99eb1ee0395bebfe
Ignore ephemeral classes in test_all_present()

In some circumstances, ephemeral class objects that are created within
the scope of a test method don't seem to be garbage collected directly
on exit. Filter out classes created outside of the sqlalchemy package.

Fixes: #7450
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
test/sql/test_compare.py