mirror of https://github.com/astral-sh/uv
Update `compile_enumerate_no_versions ` snapshot (#10998)
## Summary I think the "available versions" may not filter on `--exclude-newer`, since it's marked as an incompatibility? In which case, this error message can change as versions are published.
This commit is contained in:
parent
f1c02182b7
commit
c88a4baaac
|
|
@ -13213,7 +13213,7 @@ fn compile_enumerate_no_versions() -> Result<()> {
|
|||
|
||||
----- stderr -----
|
||||
× No solution found when resolving dependencies:
|
||||
╰─▶ Because the current Python version (3.10.[X]) does not satisfy Python>=3.11,<4.0 and all versions of rooster-blue depend on Python>=3.11,<4.0, we can conclude that all versions of rooster-blue cannot be used.
|
||||
╰─▶ Because the current Python version (3.10.[X]) does not satisfy Python>=3.11,<4.0 and rooster-blue<=0.0.8 depends on Python>=3.11,<4.0, we can conclude that rooster-blue<=0.0.8 cannot be used.
|
||||
And because you require rooster-blue, we can conclude that your requirements are unsatisfiable.
|
||||
"###);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue