mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove log call which no longer makes sense
This commit is contained in:
parent
e0c876b985
commit
16bead7bcc
1 changed files with 0 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue