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
I saw in #1600 that the internal test environment (and I guess the other internal environments too) do not inherit from default. Is there a way to make them use a template? I tried to set template = "default" or template = "base" for the hatch-test environment, but it keeps ignoring the dependencies specified in default or base.
I also do not understand why this default behavior is. You can disable inheritance if you use template = "hatch-test". There is already a way to opt-out for inheritance, but there is no way to opt-in anymore.
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
-
I saw in #1600 that the internal test environment (and I guess the other internal environments too) do not inherit from default. Is there a way to make them use a template? I tried to set
template = "default"
ortemplate = "base"
for thehatch-test
environment, but it keeps ignoring the dependencies specified indefault
orbase
.I also do not understand why this default behavior is. You can disable inheritance if you use
template = "hatch-test"
. There is already a way to opt-out for inheritance, but there is no way to opt-in anymore.Beta Was this translation helpful? Give feedback.
All reactions