1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00

tests: Unset OSC_CONFIG env during tearDown()

This commit is contained in:
Daniel Mach 2023-08-07 14:39:11 +02:00
parent 001bbdf365
commit 79a2a5fda6

View File

@ -220,6 +220,7 @@ class OscTestCase(unittest.TestCase):
shutil.rmtree(self.tmpdir)
except:
pass
os.environ.pop("OSC_CONFIG", "")
self.assertTrue(len(EXPECTED_REQUESTS) == 0)
def _get_fixtures_dir(self):