Antoine Pitrou added the comment:

The best way to learn about the different testing modes is to run
"./python -m test -h".

Basically "-R" executes the given tests several times in a row. This failure 
shows that test_statistics doesn't like being executed several times, which is 
a bug.

(the same problem arises with "-F" instead of "-R")

----------

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

Reply via email to