1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 08:45:22 +03:00
aports/testing/aws-cli-v2/fix-env.patch
psykose aa039cf358 testing/aws-cli-v2: new aport
https://github.com/aws/aws-cli
Universal Command Line Interface for Amazon Web Services (v2)

closes #14379
2023-02-07 08:28:34 +01:00

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):