We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3110c1d commit 3548bd2Copy full SHA for 3548bd2
tests/conftest.py
@@ -1343,7 +1343,9 @@ def translations_once() -> Generator[_patch]:
1343
1344
1345
@pytest.fixture(autouse=True, scope="module")
1346
-def evict_faked_translations(translations_once) -> Generator[_patch]:
+def evict_faked_translations(
1347
+ garbage_collection, translations_once
1348
+) -> Generator[_patch]:
1349
"""Clear translations for mocked integrations from the cache after each module."""
1350
real_component_strings = translation_helper._async_get_component_strings
1351
with patch(
0 commit comments