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:
Charlie Marsh 2025-01-27 14:18:15 -05:00 committed by GitHub
parent f1c02182b7
commit c88a4baaac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"###);