From e363cad07b4dd2c0950fa8daf11544d3bb3d1b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Wed, 13 Sep 2023 11:52:19 +0200 Subject: [PATCH] Update test_all_estimators.py --- skpro/tests/test_all_estimators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/skpro/tests/test_all_estimators.py b/skpro/tests/test_all_estimators.py index 25533268e..477d73de5 100644 --- a/skpro/tests/test_all_estimators.py +++ b/skpro/tests/test_all_estimators.py @@ -10,7 +10,6 @@ from skpro.registry import OBJECT_TAG_LIST from skpro.utils.git_diff import is_class_changed - # whether to test only estimators from modules that are changed w.r.t. main # default is False, can be set to True by pytest --only_changed_modules True flag ONLY_CHANGED_MODULES = False