Skip to content
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

Add pytest-xdist for parallel test execution #959

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

rg936672
Copy link
Contributor

@rg936672 rg936672 commented Feb 7, 2025

PR Type

  • CI related changes
  • Tests

Description

Add pytest-xdist to allow tests to execute in parallel. This should speed up CI.

How Has This Been Tested?

Existing tests pass as expected. CI is marginally faster.

Does this PR introduce a breaking change?

No.

Checklist before requesting a review

  • I have made sure that my PR is not a duplicate.
  • My code follows the style guidelines of this project.
  • I have ensured my code is easy to understand, including docstrings and comments where necessary.
  • I have performed a self-review of my code.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.
  • I have updated CHANGELOG.md, if appropriate.

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Performance review

Commit 1d78dd3 - Merge 01e64d4 into 94a1a2d

No significant changes to performance.

@rg936672 rg936672 marked this pull request as ready for review February 12, 2025 09:36
@pc532627 pc532627 self-requested a review February 14, 2025 09:25
@pc532627 pc532627 merged commit 51a8d55 into main Feb 14, 2025
23 checks passed
@pc532627 pc532627 deleted the feature/pytest-xdist branch February 14, 2025 09:25
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.

2 participants