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)
commit37090e1e7d0faeb716858eee09d29a410c2e568e
tree5ee13538308507d47f9720371b4818cbbc8c9811
parentebdb4771ec06e3c43cacc8d6dea6f23c30ebf5b8
Stop relying on usedevelop in tox

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.
tox.ini