Ofek Lev
Ofek Lev
What do you think about flag(s) to modify behavior to account for situations that are broken by the default implementation?
I will fix that error but the test command acts upon the environment `hatch-test`. Can you please try modifying that environment instead? https://hatch.pypa.io/latest/config/internal/testing/#matrix
What would you recommend as a fix?
> hard-coding a hint for that package Just to be clear, are you referring to the build dependency https://pypi.org/project/pkgconf/?
Thanks! I am unfamiliar, do you mind explaining what exactly needs to be done to provide that hint?
@DimitriPapadopoulos I thought of an idea when reading Cristian's comment about how the issue is `pip`'s pseudo-virtual environment used for builds (which the maintainers desire changing but don't have time)....
Very close! Like I wrote in the example I linked, I think you just need this part i.e. install UV on macOS and Windows: ```yaml - name: Install UV if:...
@LecrisUT Full transparency: @MementoRC rewrote the build system to be far more maintainable but I am unfamiliar with CMake and haven't had time to read the learning resources that @henryiii...
Out of curiosity, why is this necessary since `fastecdsa` is only used for benchmarks?
Where are you seeing that? From what I can tell the benchmarks are invoked only by running `uv run` and it automatically installs that benchmark dependency to an isolated virtual...