Serhiy Storchaka added the comment:

This is expected. test_tools just runs a large number of subprocesses. Some 
subtests proceeds a large number of Python source files as test_tokenize and 
test_lib2to3.

Maybe it would be better to run and report tests for different tools as 
separate tests (test_tools.test_pindent, test_tools.test_unparse, etc), but 
allowing to run a group as a whole. Does unittest or regrtest support this?

----------

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

Reply via email to