repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-x86_64
[ArchLinux/community.git]
/
aws-cli-v2
/
repos
/
community-any
/
fix-env.diff
blob
0fc3138982403009c68064563d390be7c3da5654
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 = []
5
6
def tearDown(self):
7
+ super(TestSession, self).tearDown()
8
self._urllib3_patch.stop()
9
10
def get_response(self, request):