mirror of https://github.com/astral-sh/uv
Add comment to `lock_redact_url_sources` indicating that we do not redact the credentials (#13813)
This was previously present, but got removed at some point. https://github.com/astral-sh/uv/pull/8307/files#diff-82edd36151736f44055f699a34c8b19a63ffc4cf3c86bf5fb34d69f8ac88a957R6544
This commit is contained in:
parent
c8448815ef
commit
99a4b78af2
|
|
@ -8355,6 +8355,7 @@ fn lock_redact_url_sources() -> Result<()> {
|
||||||
|
|
||||||
let lock = context.read("uv.lock");
|
let lock = context.read("uv.lock");
|
||||||
|
|
||||||
|
// The credentials are for a direct URL, and are included in the lockfile
|
||||||
insta::with_settings!({
|
insta::with_settings!({
|
||||||
filters => context.filters(),
|
filters => context.filters(),
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue