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