Stop relying on usedevelop in tox
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 19 Nov 2021 19:38:35 +0000 (19:38 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 19 Nov 2021 19:38:35 +0000 (19:38 +0000)
At the moment, tox calls into setup.py directly when usedevelop is
true, which causes legacy codepaths to be traversed during those
tests. Switch to just adding the project directory to deps in the
testenvs where we previously relied on it to get the project
installed.


No differences found