Remove log call which no longer makes sense

This commit is contained in:
Pedro Algarvio 2024-03-20 07:44:29 +00:00
parent e0c876b985
commit 16bead7bcc

View file

@ -448,7 +448,6 @@ def pytest_collection_modifyitems(config, items):
groups_collection_modifyitems(config, items)
from_filenames_collection_modifyitems(config, items)
log.warning("Modifying collected tests to keep track of fixture usage")
timeout_marker_tests_paths = (
str(PYTESTS_DIR / "pkg"),
str(PYTESTS_DIR / "scenarios"),