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 81.96%. Comparing base (7237fe6) to head (144f12d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #930   +/-   ##
=======================================
  Coverage   81.96%   81.96%           
=======================================
  Files          28       28           
  Lines        2545     2545           
  Branches      485      485           
=======================================
  Hits         2086     2086           
  Misses        328      328           
  Partials      131      131           

☔ View full report in Codecov by Sentry.
📢 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.
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

1 participant