From 54592942c4a9c3d6d891519082555f8081026445 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 27 Jul 2014 18:46:20 -0400 Subject: - add support for tags, including include/exclude support. simplify tox again now that we can exclude tests more easily --- test/aaa_profiling/test_memusage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/aaa_profiling/test_memusage.py') diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 9e139124a..675c2e7be 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -111,6 +111,7 @@ class EnsureZeroed(fixtures.ORMTest): class MemUsageTest(EnsureZeroed): + __tags__ = 'memory_intensive', __requires__ = 'cpython', __backend__ = True -- cgit v1.2.1