]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
move more Session weakref tests to test_memusage
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2022 19:23:45 +0000 (14:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2022 19:23:45 +0000 (14:23 -0500)
commit59f5beff1928e752b33d65a541cd68295ae0a5f1
treef4b59bdf03c53a5ffc6ba8756f57fbba4273c56f
parent939daf368012037637472239508e180abd716e79
move more Session weakref tests to test_memusage

py311 may be more sensitive here, or maybe the machines are
acting differently these days, in any case move
memory  / GC sensitive tests to test_memusage.

Change-Id: I218295150efc2f7ea88da9960ff10fda63dc60b1
test/aaa_profiling/test_memusage.py
test/orm/test_session.py