diff --git a/monkey/tests/conftest.py b/monkey/tests/conftest.py index 89de33109..81806ef69 100644 --- a/monkey/tests/conftest.py +++ b/monkey/tests/conftest.py @@ -8,9 +8,6 @@ MONKEY_BASE_PATH = str(Path(__file__).parent.parent) sys.path.insert(0, MONKEY_BASE_PATH) -print("imported") - - @pytest.fixture(scope="session") def resources_dir(pytestconfig): return os.path.join(pytestconfig.rootdir, "monkey", "tests", "resources")