-
Notifications
You must be signed in to change notification settings - Fork 1.5k
use pytest-xdist to utilize multiple workers for Python tests
#6696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
0a4325c to
86e84ad
Compare
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. |
That is an obviously wrong observation since |
86e84ad to
0f81446
Compare
0f81446 to
773604b
Compare
|
|
59dae30 to
0a7b3c9
Compare
|
The addons tests fail because of data being created in the source tree - see https://trac.cppcheck.net/ticket/13366. |
0a7b3c9 to
1cbc635
Compare
1cbc635 to
34e3c40
Compare
34e3c40 to
5e8dfe8
Compare
|
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.