mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Redact packse version in snapshots follow-up (#5563)
I thought i had this included in #5483 but i had it on the wrong branch.
This commit is contained in:
parent
0f87d174b9
commit
194904b340
3 changed files with 262 additions and 3 deletions
|
|
@ -271,7 +271,7 @@ def update_common_mod_rs(packse_version: str):
|
|||
assert (
|
||||
len(url_matcher.findall(test_common)) == 1
|
||||
), f"PACKSE_VERSION not found in {TESTS_COMMON_MOD_RS}"
|
||||
test_common = url_matcher.sub(packse_version, test_common)
|
||||
test_common = url_matcher.sub(build_vendor_links_url, test_common)
|
||||
TESTS_COMMON_MOD_RS.write_text(test_common)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue