How to make hatch test install the whl instead of directly using it? #2130
Unanswered
Cyberavater
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the AI answers, I was recommended to do:
But when I try it,
hatch testI still get
As you can see, it's still using the local files instead of installing the whl then use from env.
My goal is to bundle a binary and then on test install the whl to confirm its working. I like the hatch build hook, but the test is unsatisfactory as it tries to use the files directly instead of installing the whl, then using it.
https://stackoverflow.com/q/79837569/13519865
Beta Was this translation helpful? Give feedback.
All reactions