mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
tests: Unset OSC_CONFIG env during tearDown()
This commit is contained in:
parent
001bbdf365
commit
79a2a5fda6
@ -220,6 +220,7 @@ class OscTestCase(unittest.TestCase):
|
|||||||
shutil.rmtree(self.tmpdir)
|
shutil.rmtree(self.tmpdir)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
os.environ.pop("OSC_CONFIG", "")
|
||||||
self.assertTrue(len(EXPECTED_REQUESTS) == 0)
|
self.assertTrue(len(EXPECTED_REQUESTS) == 0)
|
||||||
|
|
||||||
def _get_fixtures_dir(self):
|
def _get_fixtures_dir(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user