We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1306848 commit 98eaec1Copy full SHA for 98eaec1
crates/uv/tests/it/version.rs
@@ -1437,10 +1437,8 @@ fn version_set_dynamic() -> Result<()> {
1437
Ok(())
1438
}
1439
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.
+/// Previously would fallback to `uv --version` if this pyproject.toml isn't usable for whatever reason
+/// (In this case, because tool.uv.managed = false)
1444
#[test]
1445
fn version_get_fallback_unmanaged() -> Result<()> {
1446
let context = TestContext::new("3.12");
0 commit comments