summaryrefslogtreecommitdiff
path: root/dev-python/uv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-15 00:01:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-15 00:01:28 +0100
commit514c44bb9cc421df9c323acbad430cbb6ee5b89a (patch)
tree22621125c9bc9177d5339f093f57cb928531f33f /dev-python/uv/files
parent59c2499e0c9720169c9d5a02168c51c807a21467 (diff)
gentoo auto-resync : 15:05:2024 - 00:01:27
Diffstat (limited to 'dev-python/uv/files')
-rw-r--r--dev-python/uv/files/uv-0.1.43-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/uv/files/uv-0.1.43-test.patch b/dev-python/uv/files/uv-0.1.43-test.patch
new file mode 100644
index 000000000000..868f2d33dc0f
--- /dev/null
+++ b/dev-python/uv/files/uv-0.1.43-test.patch
@@ -0,0 +1,13 @@
+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()