mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Don't attempt to garbage collect objects leaked by previous modules (#143944)
This commit is contained in:
@@ -286,6 +286,7 @@ def garbage_collection() -> None:
|
||||
to run per test case if needed.
|
||||
"""
|
||||
gc.collect()
|
||||
gc.freeze()
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
Reference in New Issue
Block a user