From 8b29ec0bfd4d34141bfcfb8f5424cbc737dba0b8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 16 Jul 2025 09:20:25 -0500 Subject: [PATCH] Use `astral.sh` instead of `example.com` in `lock_unique_named_index` (#14657) This test flakes a lot, maybe using a different domain will help Closes https://github.com/astral-sh/uv/issues/14542 --- crates/uv/tests/it/lock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv/tests/it/lock.rs b/crates/uv/tests/it/lock.rs index d5757b6ef..f91870762 100644 --- a/crates/uv/tests/it/lock.rs +++ b/crates/uv/tests/it/lock.rs @@ -16412,7 +16412,7 @@ fn lock_unique_named_index() -> Result<()> { [[tool.uv.index]] name = "example" - url = "https://example.com" + url = "https://astral.sh" "#, )?;