Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove shared
black
/lint/
lint-incr
envdir in
tox.ini`
Under tox3, it was faster to have the `black`, `lint`, and `lint-incr` environments share an `envdir`. However, tox4 recreates the environment every time one switches from one to another when they share an `envdir`, leading to much slower execution. Here I've changed these environments to all use the default (unique) directory rather than a shared one. Closes Qiskit#9782
- Loading branch information