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
When I try to run hatch test I get the following error: No solution found when resolving dependencies. Because <my other package> was not found in the package registry and you require <my other package>, we can conclude that your requirements are unsatisfiable.
For my default and build envs, I use pre-install-commands to install <my other package> (in editable mode, from a sibling repository)
Can I do this for the test environment(s), it does not appear so, unless I'm missing something.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to run
hatch test
I get the following error:No solution found when resolving dependencies. Because <my other package> was not found in the package registry and you require <my other package>, we can conclude that your requirements are unsatisfiable.
For my default and build envs, I use
pre-install-commands
to install<my other package>
(in editable mode, from a sibling repository)Can I do this for the test environment(s), it does not appear so, unless I'm missing something.
I've tried various combinations of:
Beta Was this translation helpful? Give feedback.
All reactions