From 92ac4a9f88a5bfb1f7ea3e34b701e4eff9a65f91 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 13 Jun 2015 20:47:18 -0400 Subject: [PATCH] - revert this change which was inadvertently included in the fix for #3451 --- test/aaa_profiling/test_memusage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.47.3