From: Mike Bayer Date: Sun, 14 Jun 2015 00:47:18 +0000 (-0400) Subject: - revert this change which was inadvertently included in the X-Git-Tag: rel_1_0_6~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ac4a9f88a5bfb1f7ea3e34b701e4eff9a65f91;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - revert this change which was inadvertently included in the fix for #3451 --- diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index a777a8aa1d..63883daac6 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -45,8 +45,7 @@ def profile_memory(maxtimes=50): # tests under 50 iterations and ideally about ten, so # just filter them out so that we get a "flatline" more quickly. - if testing.against("sqlite+pysqlite") or \ - testing.against("sqlite+pysqlcipher"): + if testing.against("sqlite+pysqlite"): return [o for o in gc.get_objects() if not isinstance(o, weakref.ref)] else: