aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-zstandard/32-bit-delta.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-zstandard/32-bit-delta.patch')
-rw-r--r--testing/py3-zstandard/32-bit-delta.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/py3-zstandard/32-bit-delta.patch b/testing/py3-zstandard/32-bit-delta.patch
deleted file mode 100644
index e37b94a575d..00000000000
--- a/testing/py3-zstandard/32-bit-delta.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Upstream: No
-Reason: Increase delta for 32-bit architectures
-
-diff --git a/tests/test_data_structures.py b/tests/test_data_structures.py
-index 4f7597a..30d4fc0 100644
---- a/tests/test_data_structures.py
-+++ b/tests/test_data_structures.py
-@@ -102,7 +102,7 @@ class TestCompressionParameters(unittest.TestCase):
-
- # 32-bit has slightly different values from 64-bit.
- self.assertAlmostEqual(
-- p.estimated_compression_context_size(), 1295064, delta=400
-+ p.estimated_compression_context_size(), 1295064, delta=500
- )
-
- def test_strategy(self):