From 401b7b31b826fbea7907d129965cea27477ec306 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 14 Mar 2024 17:31:38 -0700 Subject: [PATCH] remove sys.path print --- tests/test_path_list.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_path_list.py b/tests/test_path_list.py index 530ed422..0161d99b 100644 --- a/tests/test_path_list.py +++ b/tests/test_path_list.py @@ -4,9 +4,7 @@ import sys sys.path.append(os.getcwd()) from tests import utils_for_test as test_utils sys.path.pop() -print(sys.path) -# TODO: Cleanup sys.path so it doesn't keep appending class MyTests(unittest.TestCase):