[issue36369] test_weakref super slow on RPi Zero

STINNER Victor report at bugs.python.org
Tue Sep 10 10:26:55 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

How long take other tests on Raspberry Pi Zero W?

You can try:

./python -m test -j0 --slowest

-j0 spawns one job per CPU. I don't know how many CPUs have this hardware.

--slowest gives the timing of the 10 slowest tests.

But even without --slowest, Python displays the test duration if a test takes longer than 30 seconds.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36369>
_______________________________________


More information about the Python-bugs-list mailing list