mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add test_quopri to know spurious leakers
This commit is contained in:
parent
3909ff69e2
commit
26f55a1473
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ REFLOG="build/reflog.txt.out"
|
|||
# test_generators really leaks. Since test_generators probably won't
|
||||
# be fixed real soon, disable warning about it for now.
|
||||
# The entire leak report will be mailed if any test not in this list leaks.
|
||||
LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
|
||||
LEAKY_TESTS="test_(capi|cfgparser|charmapcodec|cmd_line|compiler|filecmp|generators|quopri|threaded_import|threadedtempfile|threading|threading_local|urllib2)"
|
||||
|
||||
# Change this flag to "yes" for old releases to just update/build the docs.
|
||||
BUILD_DISABLED="no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue