--installpkg Ignores deps, intended and how to work around #2263
-
Hello, I'm using tox for running tests in a project where I have a makefile that builds packages separately when making a release. Using the I can understand why you sometime would like to explicitly only install a and not its deps it would be useful if the alternative exists and would actually be the default I would've expected. Is there some way to get the desired behavior anyway either by telling tox to install dependencies from setup.cfg or installing from the built package including deps? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This improvement for |
Beta Was this translation helpful? Give feedback.
This improvement for
--installpkg
has been added to tox 4 via #2235. There are no plans currently to support this within tox 3.