diff --git a/test/test_execution.py b/test/test_execution.py index 3298a3fe0..014759d1c 100644 --- a/test/test_execution.py +++ b/test/test_execution.py @@ -20,8 +20,10 @@ try: except AttributeError: _DEV_NULL = open(os.devnull, 'wb') + from nose.tools import nottest + @nottest class TestExecution(unittest.TestCase): def test_import(self):