We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a88c38 commit f1c141bCopy full SHA for f1c141b
1 file changed
Lib/test/test_xmlrpc_net.py
@@ -45,6 +45,7 @@ def test_python_builders(self):
45
except socket.error as e:
46
self.skipTest("network error: %s" % e)
47
return
48
+ self.addCleanup(lambda: server('close')())
49
50
# Perform a minimal sanity check on the result, just to be sure
51
# the request means what we think it means.
0 commit comments