mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
11 lines
441 B
Diff
11 lines
441 B
Diff
Patch-Source: https://github.com/archlinux/svntogit-community/blob/a7f15313fbf1bd4434b6b0a05cf87ec36047ed52/trunk/fix-env.diff
|
|
--- a/tests/functional/test_clidriver.py
|
|
+++ b/tests/functional/test_clidriver.py
|
|
@@ -46,6 +46,7 @@ class TestSession(BaseCLIDriverTest):
|
|
self._responses = []
|
|
|
|
def tearDown(self):
|
|
+ super(TestSession, self).tearDown()
|
|
self._urllib3_patch.stop()
|
|
|
|
def get_response(self, request):
|