Question about new hatch test
command and environment
#1470
Unanswered
afuetterer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can use all of the usual options, like Is that what you're asking? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just tested the new
hatch test
command withHatch v1.10.0
. This is awesome. I really like the default dependencies in the test environment.Given this snippet from a pyproject.toml.
My short question is simply this:
If you switch from a manually configured test env, with optional dependencies and features to the new test env, there is no way to do
pip install myproject[test]
. Is that right?Can I somehow achieve this without duplicating the test env's dependencies as my optional project dependencies?
Beta Was this translation helpful? Give feedback.
All reactions