From 4849a3529bcf24029731685620589309df77a5b2 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Tue, 27 Jun 2023 01:15:55 -0700 Subject: [PATCH] Do not start tracemalloc --- tests/pytests/conftest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/pytests/conftest.py b/tests/pytests/conftest.py index 9f0aa14f931..dcb4e80c427 100644 --- a/tests/pytests/conftest.py +++ b/tests/pytests/conftest.py @@ -30,10 +30,6 @@ from tests.support.runtests import RUNTIME_VARS log = logging.getLogger(__name__) -import tracemalloc - -tracemalloc.start() - @pytest.fixture(scope="session") def salt_auth_account_1_factory():