Utkarsh Upadhyay added the comment:

Previously, test_datetime was running only `_Fast` tests (i.e. testing the C 
module). Then (because of an erring commit from me), testing for `_Pure` 
implementation started but all tests per time-zone started running thrice 
instead of once. Hence, the timeouts while testing were triggered, breaking the 
buildbots. (Err ... sorry about that.)

However, the latest fix by Serihy now runs each test only once. The `_Pure` 
tests, nevertheless, are significantly slower than `_Fast` tests and, hence, 
the slowdown.

Running the tests take ~ 10 minutes on my system with -utzdata enabled; 19 
minutes does sound like a bit much but I'm not aware of the specs of the 
buildbot machines.

~
ut

----------

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

Reply via email to