]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
DecimalResultProcessor memory testing is likely to catch something only when cextensi...
authorTaavi Burns <taavi.burns@gmail.com>
Sat, 20 Nov 2010 13:30:07 +0000 (08:30 -0500)
committerTaavi Burns <taavi.burns@gmail.com>
Sat, 20 Nov 2010 13:30:07 +0000 (08:30 -0500)
test/aaa_profiling/test_memusage.py

index ca0fa1a9f72d6af728ecf3503ce2e5483f0f1eaf..2246f2f1fb70a31138011b94ebcb94add141472e 100644 (file)
@@ -568,12 +568,14 @@ class MemUsageTest(EnsureZeroed):
             cast.compile(dialect=dialect)
         go()
 
+    @testing.requires.cextensions
     def test_DecimalResultProcessor_init(self):
         @profile_memory
         def go():
             to_decimal_processor_factory({}, 10)
         go()
 
+    @testing.requires.cextensions
     def test_DecimalResultProcessor_process(self):
         @profile_memory
         def go():