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 ca19943 commit 4dc4a84Copy full SHA for 4dc4a84
Misc/build.sh
@@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
59
# test_generators really leaks. Since test_generators probably won't
60
# be fixed real soon, disable warning about it for now.
61
# The entire leak report will be mailed if any test not in this list leaks.
62
-LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
+LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
63
64
# Change this flag to "yes" for old releases to just update/build the docs.
65
BUILD_DISABLED="no"
0 commit comments