You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as a sanity check and to know the installed versions for reproducing anything, I would like to list the installed items when using hatch test.
I have overridden the command as below, but this seems to list the packages installed to the global Python, not the particular environment. How would I accomplish this?
[tool.hatch.envs.hatch-test.scripts]
run = [
"pip list --verbose",
"pytest{env:HATCH_TEST_ARGS:} {args}"
]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Just as a sanity check and to know the installed versions for reproducing anything, I would like to list the installed items when using
hatch test
.I have overridden the command as below, but this seems to list the packages installed to the global Python, not the particular environment. How would I accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions