How to define environment that can't be run in parallel #2411
-
I am slightly confused about how to control which environments can be run in parallel. For example, I have multiple environments like If I remove Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can actually use I just verified this with the following tox configuration:
And actually all envs ran in parallel, only then pre-commit, and I got the following output:
I used P.S.: You still can run |
Beta Was this translation helpful? Give feedback.
You can actually use
depends
which is more aruns_after
than really adepends
:-)I just verified this with the following tox configuration:
And actually all envs ran in parallel, only then pre-commit, and I got the following output: