mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
test: stop patching env vars by tearDownClass
This commit is contained in:
@@ -48,6 +48,11 @@ class TestWithoutExtensions(TestCase):
|
||||
|
||||
super().setUpClass()
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.env_patcher.stop()
|
||||
super().tearDownClass()
|
||||
|
||||
|
||||
class TestExtensions(TestWithoutExtensions):
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user