From ccf77e874d928e6186d6f14f2adb5731562309d0 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 20 Aug 2024 07:57:41 -0700 Subject: [PATCH] fix win tests ci --- tests/basic/test_repomap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/basic/test_repomap.py b/tests/basic/test_repomap.py index 979c6e80d..bc0dada6d 100644 --- a/tests/basic/test_repomap.py +++ b/tests/basic/test_repomap.py @@ -98,6 +98,7 @@ class TestRepoMap(unittest.TestCase): # close the open cache files, so Windows won't error del repo_map + del repo def test_repo_map_refresh_auto(self): with GitTemporaryDirectory() as temp_dir: @@ -154,6 +155,7 @@ class TestRepoMap(unittest.TestCase): # close the open cache files, so Windows won't error del repo_map + del repo def test_get_repo_map_with_identifiers(self): # Create a temporary directory with a sample Python file containing identifiers