Hi. I see this in the build log:
if cpu_count() == 1:
second_level_backend_type = 'SequentialBackend'
max_level = 1
else:
second_level_backend_type = 'ThreadingBackend'
max_level = 2
The use of cpu_count() suggests to me that those tests are
actually supposed to work ok in all cases.
Thanks.