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

Run Pytest Parallel mode to increase speed #3863

Closed
1 task done
waynehamadi opened this issue May 5, 2023 · 0 comments
Closed
1 task done

Run Pytest Parallel mode to increase speed #3863

waynehamadi opened this issue May 5, 2023 · 0 comments

Comments

@waynehamadi
Copy link
Contributor

Duplicates

  • I have searched the existing issues

Summary 💡

We need your help to make pytest run in parallel using pytest-xdist.

The challenge in this PR is to make all the tests pass. Because there are some tests in our testing suite that are not isolated, meaning they require other tests to run before they can pass.
By running pytest in parallel, there are cases where these tests will fail.

Examples 🌈

No response

Motivation 🔦

No response

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

No branches or pull requests

1 participant