Martin Panter added the comment:

It looks like it is disabled from the regular test suite on purpose:

# XXX(nnorwitz): disable this test by looking for extra largfile [sic] resource
# which doesn't exist.  This test takes over 30 minutes to run in general
# and requires more disk space than most of the buildbots.
support.requires(
        'extralargefile',
        'test requires loads of disk-space bytes and a long time to run'
    )

I’m not sure why the proper “largefile” flag cannot be used: “It is okay to run 
some test that may create huge files. These tests can take a long time and may 
consume >2GB of disk space temporarily.”

As for the reported problem, perhaps the TemporaryFile() call sites should have 
a “with” statement added.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to