Skip to content

Commit 98eaec1

Browse files
committed
Update test comment
1 parent 1306848 commit 98eaec1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/uv/tests/it/version.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,8 @@ fn version_set_dynamic() -> Result<()> {
14371437
Ok(())
14381438
}
14391439

1440-
// Previously would fallback to `uv --version` if this pyproject.toml isn't usable for whatever reason
1441-
// (In this case, because tool.uv.managed = false)
1442-
//
1443-
// This fallback path is now deprecated and we just get an error.
1440+
/// Previously would fallback to `uv --version` if this pyproject.toml isn't usable for whatever reason
1441+
/// (In this case, because tool.uv.managed = false)
14441442
#[test]
14451443
fn version_get_fallback_unmanaged() -> Result<()> {
14461444
let context = TestContext::new("3.12");

0 commit comments

Comments
 (0)