summaryrefslogtreecommitdiff
path: root/test/test_testplugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_testplugin.py')
-rw-r--r--test/test_testplugin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_testplugin.py b/test/test_testplugin.py
index 15ed4081..c5bcca01 100644
--- a/test/test_testplugin.py
+++ b/test/test_testplugin.py
@@ -41,3 +41,6 @@ def test_functional(testdir):
coveragefile = testdir.tmpdir.join(".coverage")
assert coveragefile.check()
# XXX try loading it?
+
+# Keep test_functional from running in nose:
+test_functional.__test__ = False