Andreas Billmeier fe58381263
dev-python/uv: add 0.1.43
Closes: #3527
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-06-26 17:02:16 +02:00

14 lines
582 B
Diff

diff --git a/crates/uv/tests/pip_sync.rs b/crates/uv/tests/pip_sync.rs
index 86193b40..4069fd8e 100644
--- a/crates/uv/tests/pip_sync.rs
+++ b/crates/uv/tests/pip_sync.rs
@@ -1455,7 +1455,7 @@ fn install_registry_source_dist_cached() -> Result<()> {
.collect()
} else {
// For some Linux distributions, like Gentoo, the number of files removed is different.
- [("Removed 614 files", "Removed 616 files")]
+ [("Removed 615 files", "Removed 617 files")]
.into_iter()
.chain(context.filters())
.collect()