Petr Viktorin <[email protected]> added the comment:
It seems that the test actually requires >4GB disk space, because it's copying a 2GB file from one place to another. Also, it's using a temporary directory. On Fedora /tmp is memory-backed by default, it doesn't use regular disk space. ---------- nosy: +petr.viktorin _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37096> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
