Skip to content

Commit 6a6b9af

Browse files
authored
Fix test case on main (#8816)
1 parent a42c09f commit 6a6b9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv/tests/it/lock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@ fn lock_requires_python() -> Result<()> {
31003100
cannot be used, we can conclude that pygls>=1.1.0 cannot be used.
31013101
And because your project depends on pygls>=1.1.0, we can conclude that your project's requirements are unsatisfiable.
31023102

3103-
hint: Pre-releases are available for pygls in the requested range (e.g., 2.0.0a1), but pre-releases weren't enabled (try: `--prerelease=allow`)
3103+
hint: Pre-releases are available for pygls in the requested range (e.g., 2.0.0a2), but pre-releases weren't enabled (try: `--prerelease=allow`)
31043104

31053105
hint: The `requires-python` value (>=3.7) includes Python versions that are not supported by your dependencies (e.g., pygls>=1.1.0,<=1.2.1 only supports >=3.7.9, <4). Consider using a more restrictive `requires-python` value (like >=3.7.9, <4).
31063106
"###);

0 commit comments

Comments
 (0)