You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
Ensure --dist=loadscope is used when running pytest
The loadscope setting is required for parallel execution of our system
tests using pytest. To ensure it's always used, place it in pytest.ini.
This has a slight downside that pytest-xdist must still be installed
even when attempting to execute tests with pytest sequentially.
0 commit comments