How to make hatch test install the whl instead of directly using it? #2130
-
|
With the AI answers, I was recommended to do: But when I try it, I 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. |
Beta Was this translation helpful? Give feedback.
Answered by
Cyberavater
Dec 9, 2025
Replies: 1 comment
-
|
Solved by #2134 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cyberavater
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved by #2134