Command to install hatch testing dependencies to local environment #1835
Archmonger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For IDE type hinting purposes, it would be convenient if there was a command to install package dependencies (and testing dependencies) into the currently active venv.
In legacy
setuptools
configurations, this would be accomplished by runningpip install -r
on yourtest-requirements.txt
. There isn't really an equivalent in Hatch, which makes setting up a type hinting venv inconvenient.Beta Was this translation helpful? Give feedback.
All reactions