mirror of https://github.com/astral-sh/uv
Windows clippy
This commit is contained in:
parent
a2b603f8fe
commit
c6c6cd38a4
|
|
@ -4,7 +4,6 @@ use std::path::PathBuf;
|
|||
use std::{env, path::Path, process::Command};
|
||||
|
||||
use crate::common::{TestContext, uv_snapshot};
|
||||
use anyhow::Result;
|
||||
use assert_cmd::assert::OutputAssertExt;
|
||||
use assert_fs::{
|
||||
assert::PathAssert,
|
||||
|
|
@ -3956,7 +3955,7 @@ fn python_install_upgrade_version_file() {
|
|||
/// <https://github.com/astral-sh/python-build-standalone/issues/380>.
|
||||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn missing_python_home_error_message() -> Result<()> {
|
||||
fn missing_python_home_error_message() -> anyhow::Result<()> {
|
||||
let context = TestContext::new("3.12");
|
||||
|
||||
// Create a Python project so we can use `uv sync`
|
||||
|
|
|
|||
Loading…
Reference in New Issue