glass icon indicating copy to clipboard operation
glass copied to clipboard

Add support for `uv` in the CI

Open Saransh-cpp opened this issue 1 year ago • 0 comments

Is Your Feature Request Related to a Problem? Please Describe

At the moment, glass uses test-constraints.txt to specify constraints for installing test dependencies. The file specifies --prefer-binary flag which is not supported by uv - https://github.com/astral-sh/uv/issues/1794 - blocking uv's support.

Describe the Solution You'd Like

Supporting uv in nox would require adding -

nox.options.default_venv_backend = "uv|virtualenv"

in noxfile.py.

Describe Alternatives You've Considered

No response

Additional Context

No response

Saransh-cpp avatar Oct 04 '24 10:10 Saransh-cpp