Fix unit tests

This commit is contained in:
Patrick Robertson
2025-01-30 16:46:53 +01:00
parent d6b4b7a932
commit d76063c3f3
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ def setup_module(request):
# add the tmp_dir to the module
tmp_dir = TemporaryDirectory()
m.tmp_dir = tmp_dir
m.tmp_dir = tmp_dir.name
def cleanup():
_LAZY_LOADED_MODULES.pop(module_name)