summaryrefslogtreecommitdiff
path: root/dev-python/uv/files/uv-0.1.32-skip-tests.patch
blob: dd672fdd16cfcb884ff3a61b62176967daf00748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/crates/uv/tests/pip_sync.rs b/crates/uv/tests/pip_sync.rs
index 7cecbba5..f7385dbf 100644
--- a/crates/uv/tests/pip_sync.rs
+++ b/crates/uv/tests/pip_sync.rs
@@ -1396,7 +1396,6 @@ fn install_git_source_dist_cached() -> Result<()> {
 }
 
 /// Check that we show the right messages on cached, registry source distribution installs.
-#[test]
 fn install_registry_source_dist_cached() -> Result<()> {
     let context = TestContext::new("3.12");