mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
test_smtplib sometimes reports leaks too, suppress it
This commit is contained in:
parent
38bdfaa14b
commit
89cb9b799b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ REFLOG="build/reflog.txt.out"
|
|||
# Note: test_XXX (none currently) really leak, but are disabled
|
||||
# so we don't send spam. Any test which really leaks should only
|
||||
# be listed here if there are also test cases under Lib/test/leakers.
|
||||
LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|sys|threadsignals|urllib2_localnet)"
|
||||
LEAKY_TESTS="test_(asynchat|cmd_line|popen2|socket|smtplib|sys|threadsignals|urllib2_localnet)"
|
||||
|
||||
# Skip these tests altogether when looking for leaks. These tests
|
||||
# do not need to be stored above in LEAKY_TESTS too.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue