This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using PYTEST_ADDOPTS in CircleCI to run xdist
xdist was not using the locally packaged trinity for tests, so we had to disable it to correctly test packages. But when xdist is removed, the -n parameter that's in the environment causes pytest to fail. Having a different environment on circle than local tests is likely to cause future problems of a similar variety anyway, so let's just remove the variable. This requires manually setting '-n 4' on the tests that make sense with it, but making that value explicit seems like an improvement.
- Loading branch information
Showing
2 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters