[Housekeeping] Support pytest-xdist #4446
Labels
flytekit
FlyteKit Python related issue
housekeeping
Issues that help maintain flyte and keep it tech-debt free
Describe the issue
pytest-xdist
allows us to run the tests in parallel, which speeds up local development and the CI. GitHub actions allocates 2 cores per runner. Withpytest -n
I get the follow runtimes locally:The issue is that 4 tests fail. If we adjusts these tests, then we can get
pytest-xdist
working.What if we do not do this?
We would not be taking advantage of all the CI compute and local compute for development.
Related component(s)
flytekit
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: