[issue30172] test_tools takes longer than 5 minutes on some buildbots

Serhiy Storchaka report at bugs.python.org
Wed Apr 26 13:30:07 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue30172>
_______________________________________


More information about the Python-bugs-list mailing list