Skip to content

Commit

Permalink
patch lock_requires_python_exact test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpaul10 committed Oct 14, 2024
1 parent 5ed5aa3 commit 0a2f0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/uv/tests/it/lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3529,6 +3529,7 @@ fn lock_requires_python_exact() -> Result<()> {

----- stderr -----
Using CPython 3.12.[X]
warning: The workspace `requires-python` value does not have a patch version: `==3.12`. It will be interpreted as `==3.12.[X]`. Did you mean `==3.12.*`?
Resolved 2 packages in [TIME]
"###);

Expand Down Expand Up @@ -3585,6 +3586,7 @@ fn lock_requires_python_exact() -> Result<()> {

----- stderr -----
Using CPython 3.12.[X]
warning: The workspace `requires-python` value does not have a patch version: `==3.12`. It will be interpreted as `==3.12.[X]`. Did you mean `==3.12.*`?
Resolved 2 packages in [TIME]
"###);

Expand Down

0 comments on commit 0a2f0c7

Please sign in to comment.