We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4920d commit b5064ebCopy full SHA for b5064eb
tests/end_to_end/conftest.py
@@ -192,7 +192,7 @@ def pytest_sessionfinish(session, exitstatus):
192
if os.path.exists(cache_dir):
193
shutil.rmtree(cache_dir, ignore_errors=False)
194
log.debug(f"Cleared .pytest_cache directory at {cache_dir}")
195
-
+
196
# Cleanup docker containers related to aggregator and collaborators, if any.
197
dh.cleanup_docker_containers(list_of_containers=["aggregator", "collaborator*"])
198
# Cleanup docker network created for openfl, if any.
0 commit comments