commit:     3dac4f892479d6215c378f761505ab3d41a4b3ef
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 23:18:11 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 23:18:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=3dac4f89

test_gpkg_path_case: Add missing playground cleanup

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 lib/portage/tests/gpkg/test_gpkg_path.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/portage/tests/gpkg/test_gpkg_path.py 
b/lib/portage/tests/gpkg/test_gpkg_path.py
index fc57135949..19451e2e9b 100644
--- a/lib/portage/tests/gpkg/test_gpkg_path.py
+++ b/lib/portage/tests/gpkg/test_gpkg_path.py
@@ -1,4 +1,4 @@
-# Copyright Gentoo Foundation 2006
+# Copyright 2022-2024 Gentoo Authors
 # Portage Unit Testing Functionality
 
 import tempfile
@@ -308,6 +308,7 @@ class test_gpkg_path_case(TestCase):
             self.assertEqual(r, ())
         finally:
             shutil.rmtree(tmpdir)
+            playground.cleanup()
 
     def test_gpkg_long_filename(self):
         playground = ResolverPlayground(

Reply via email to