From 9870d25d091dfe88c1081838d5a43167554755db Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 9 Dec 2023 13:52:45 -0800 Subject: [PATCH] bb --- conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conftest.py b/conftest.py index 1482f05215..3c566e3672 100644 --- a/conftest.py +++ b/conftest.py @@ -9,7 +9,6 @@ from openpilot.system.hardware import TICI def pytest_sessionstart(session): # TODO: fix tests and enable test order randomization if session.config.pluginmanager.hasplugin('randomly'): - print('HAS RANDOMLY PLUGIN') session.config.option.randomly_reorganize = False