From bb70d00109d0c80a2982afb04cfbd77ca159d25d Mon Sep 17 00:00:00 2001 From: marcvernet31 Date: Thu, 6 Nov 2025 17:53:00 +0100 Subject: [PATCH] Fix test + styling --- crates/uv-resolver/src/resolver/mod.rs | 2 +- crates/uv/tests/it/lock.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/uv-resolver/src/resolver/mod.rs b/crates/uv-resolver/src/resolver/mod.rs index 337acf95c..e34803152 100644 --- a/crates/uv-resolver/src/resolver/mod.rs +++ b/crates/uv-resolver/src/resolver/mod.rs @@ -135,7 +135,7 @@ struct ResolverState { unavailable_packages: DashMap, /// Incompatibilities for packages that are unavailable at specific versions. incomplete_packages: DashMap>, - /// Packages for which we've already logged exclude_newer messages. + /// Packages for which we've already logged `exclude_newer` messages. logged_exclude_newer: DashSet, /// The options that were used to configure this resolver. options: Options, diff --git a/crates/uv/tests/it/lock.rs b/crates/uv/tests/it/lock.rs index 6e533beb8..3e904f10e 100644 --- a/crates/uv/tests/it/lock.rs +++ b/crates/uv/tests/it/lock.rs @@ -17995,6 +17995,7 @@ fn lock_explicit_default_index() -> Result<()> { DEBUG Searching for a compatible version of project @ file://[TEMP_DIR]/ (*) DEBUG Adding direct dependency: anyio* DEBUG Searching for a compatible version of anyio (*) + DEBUG Excluding candidates for anyio published after 2024-03-25T00:00:00Z DEBUG No compatible version found for: anyio DEBUG Recording unit propagation conflict of anyio from incompatibility of (project) DEBUG Searching for a compatible version of project @ file://[TEMP_DIR]/ (<0.1.0 | >0.1.0)