Do not start tracemalloc

This commit is contained in:
Daniel A. Wozniak 2023-06-27 01:15:55 -07:00 committed by Gareth J. Greenaway
parent a2f428e5b3
commit 4849a3529b

View file

@ -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():