This commit is contained in:
John Mumm 2025-08-11 11:32:29 +01:00
parent 1d11c5985f
commit 4ad2a9ef4b
No known key found for this signature in database
GPG Key ID: 73D2271AFDC26EA8
1 changed files with 2 additions and 2 deletions

View File

@ -12704,14 +12704,14 @@ fn add_package_set_unset_system_keyring_credentials() -> Result<()> {
);
// Authentication should fail again.
uv_snapshot!(context.add().arg("iniconfig==2.0.0").arg("--default-index").arg("https://public@pypi-proxy.fly.dev/basic-auth/simple"), @r"
uv_snapshot!(context.add().arg("iniconfig").arg("--default-index").arg("https://public@pypi-proxy.fly.dev/basic-auth/simple"), @r"
success: false
exit_code: 1
----- stdout -----
----- stderr -----
× No solution found when resolving dependencies:
Because anyio was not found in the package registry and your project depends on anyio, we can conclude that your project's requirements are unsatisfiable.
Because iniconfig was not found in the package registry and your project depends on iniconfig, we can conclude that your project's requirements are unsatisfiable.
hint: An index URL (https://pypi-proxy.fly.dev/basic-auth/simple) could not be queried due to a lack of valid authentication credentials (401 Unauthorized).
help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking and syncing.