mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 21:29:49 +00:00
Fix test + styling
This commit is contained in:
parent
4ef9c82cf4
commit
bb70d00109
2 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ struct ResolverState<InstalledPackages: InstalledPackagesProvider> {
|
|||
unavailable_packages: DashMap<PackageName, UnavailablePackage>,
|
||||
/// Incompatibilities for packages that are unavailable at specific versions.
|
||||
incomplete_packages: DashMap<PackageName, DashMap<Version, MetadataUnavailable>>,
|
||||
/// Packages for which we've already logged exclude_newer messages.
|
||||
/// Packages for which we've already logged `exclude_newer` messages.
|
||||
logged_exclude_newer: DashSet<PackageName>,
|
||||
/// The options that were used to configure this resolver.
|
||||
options: Options,
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue