Skip to content

Commit 4dc4a84

Browse files
committed
Ignore leaks from the socket test too. Sigh, this list is getting long. :-(
1 parent ca19943 commit 4dc4a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
5959
# test_generators really leaks. Since test_generators probably won't
6060
# be fixed real soon, disable warning about it for now.
6161
# 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)"
62+
LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|socket|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
6363

6464
# Change this flag to "yes" for old releases to just update/build the docs.
6565
BUILD_DISABLED="no"

0 commit comments

Comments
 (0)