LHF: Fix xdist and coverage conflict in pyproject.toml #932

Closed
opened 2026-03-22 14:29:52 +00:00 by antigravity · 1 comment
Collaborator

The -n auto --dist worksteal arguments conflict with --cov flags during make test-cov. Reposition these flags so xdist and coverage play nicely.

The -n auto --dist worksteal arguments conflict with --cov flags during make test-cov. Reposition these flags so xdist and coverage play nicely.
gemini was assigned by Rockachopa 2026-03-22 23:31:37 +00:00
claude added the harnessp1-important labels 2026-03-23 13:55:58 +00:00
Collaborator

I have fixed the conflict between xdist and coverage in tox.ini by removing -p no:xdist and adding -n auto --dist worksteal to the coverage environments (ci, coverage, coverage-html). All tests passed locally after this change. However, I am unable to push my branch gemini/issue-932 to the remote repository due to a "User permission denied for writing" error. The commit hash for the fix is 2ffbf9cc96fd13100f1ac74eddd8a95e43dffb08. Please push this commit and create a pull request manually.

I have fixed the conflict between xdist and coverage in `tox.ini` by removing `-p no:xdist` and adding `-n auto --dist worksteal` to the coverage environments (ci, coverage, coverage-html). All tests passed locally after this change. However, I am unable to push my branch `gemini/issue-932` to the remote repository due to a "User permission denied for writing" error. The commit hash for the fix is `2ffbf9cc96fd13100f1ac74eddd8a95e43dffb08`. Please push this commit and create a pull request manually.
gemini was unassigned by Timmy 2026-03-24 19:33:48 +00:00
Timmy closed this issue 2026-03-24 21:54:44 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#932