Skip to content

py(deps): Add pytest-xdist#930

Open
tony wants to merge 1 commit into
masterfrom
pytest-xdist
Open

py(deps): Add pytest-xdist#930
tony wants to merge 1 commit into
masterfrom
pytest-xdist

Conversation

@tony

@tony tony commented Apr 21, 2024

Copy link
Copy Markdown
Member

@codecov

codecov Bot commented Apr 21, 2024

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.56%. Comparing base (91ac851) to head (4293665).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #930   +/-   ##
=======================================
  Coverage   82.56%   82.56%           
=======================================
  Files          31       31           
  Lines        2770     2770           
  Branches      518      518           
=======================================
  Hits         2287     2287           
  Misses        346      346           
  Partials      137      137           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

tony added a commit that referenced this pull request Apr 26, 2026
why: Enable parallel pytest runs via -n auto, cutting local test
turnaround. Adds the dependency only — opt-in via pytest CLI flags;
no addopts changes.
what:
- Add pytest-xdist to dev and testing dependency groups
- Lock with uv lock (transitively adds execnet)

Re-ports PR #930 against the current uv-based dependency layout
(original PR targeted poetry.lock, which has since been migrated
to uv.lock).

See also:
- https://pypi.org/project/pytest-xdist/
- https://github.com/pytest-dev/pytest-xdist
why: Enable parallel pytest runs via -n auto, cutting local test
turnaround. Adds the dependency only — opt-in via pytest CLI flags;
no addopts changes.
what:
- Add pytest-xdist to dev and testing dependency groups
- Lock with uv lock (transitively adds execnet)

Re-ports PR #930 against the current uv-based dependency layout
(original PR targeted poetry.lock, which has since been migrated
to uv.lock).

See also:
- https://pypi.org/project/pytest-xdist/
- https://github.com/pytest-dev/pytest-xdist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant