archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / aws-cli-v2 / repos / community-any / fix-env.diff
blob0fc3138982403009c68064563d390be7c3da5654
1 --- a/tests/functional/test_clidriver.py
2 +++ b/tests/functional/test_clidriver.py
3 @@ -46,6 +46,7 @@ class TestSession(BaseCLIDriverTest):
4 self._responses = []
6 def tearDown(self):
7 + super(TestSession, self).tearDown()
8 self._urllib3_patch.stop()
10 def get_response(self, request):