From 4d6a9f369e544bdceea08afb365741ecc33fc7df Mon Sep 17 00:00:00 2001 From: dcsena Date: Mon, 20 Mar 2023 10:47:15 -0400 Subject: [PATCH] refactoring --- test/test_execution.py | 2 ++ 1 file changed, 2 insertions(+) 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):