Windows clippy

This commit is contained in:
konstin 2025-10-23 17:51:12 +02:00
parent a2b603f8fe
commit c6c6cd38a4
1 changed files with 1 additions and 2 deletions

View File

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