-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv pip compile --universal
outputs requirements with python_version < '0'
marker
#8676
Comments
I'll take a closer look at this tomorrow. Do you have an expected result? Or just stumbled across the strange output? |
This is an MRE derived from a real requirements set. I think the output file still works, for every
I would expect the lines with the |
This is a regression test with undesirable output from #8676. Specifically, it includes dependencies with marker expressions that always evaluate to false (`python_version < '0'`).
@notatallshaw-gts Thanks for the excellent repro! This should be fixed by #8759. |
This is a regression test with undesirable output from #8676. Specifically, it includes dependencies with marker expressions that always evaluate to false (`python_version < '0'`).
This is a regression test with undesirable output from #8676. Specifically, it includes dependencies with marker expressions that always evaluate to false (`python_version < '0'`).
This is a regression test with undesirable output from #8676. Specifically, it includes dependencies with marker expressions that always evaluate to false (`python_version < '0'`).
uv 0.4.28
requirements.in:
constraints.txt:
Command:
The text was updated successfully, but these errors were encountered: