From 786e98f3c37e1c3bdedc424ed6eaec86e900ec83 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 2 Jun 2010 11:01:01 -0400 Subject: Mark the py.test test as not to be run in nose. --- test/test_testplugin.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_testplugin.py') 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 -- cgit v1.2.1