Uh oh!
There was an error while loading. Please reload this page.
use pytest-xdist to utilize multiple workers for Python tests - #6696
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
firewave
commented
Sep 17, 2024
I cannot reproduce this on Linux. I assume this might be because the used file is not unique but I cannot be sure. Needs some looking into. |
firewave
commented
Oct 5, 2024
That is an obviously wrong observation since |
firewave
commented
Dec 2, 2024
|
firewave
commented
Dec 2, 2024
|
firewave
commented
Dec 2, 2024
The addons tests fail because of data being created in the source tree - see https://trac.cppcheck.net/ticket/13366. |
FYI this saves about half the run-time (40s vs 77s) according to a CI run with otherwise comparable times. This was missed in a few steps which were added after I opened this PR. I added those in #7106. |
No description provided.