Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37543354
en ru br
ALT Linux repos
S:2.7.18-alt11
5.0: 2.5.4-alt5
4.1: 2.5.4-alt0.M41.1
4.0: 2.4.5-alt0.M40.1
3.0: 2.4.1-alt5

Group :: Development/Python
RPM: python

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: python-2.7.14-alt-test_tuple-skip-bug.patch
Download


diff --git a/Python/Lib/test/test_tuple.py b/Python/Lib/test/test_tuple.py
index 0c308f0..3345f1b 100644
--- a/Python/Lib/test/test_tuple.py
+++ b/Python/Lib/test/test_tuple.py
@@ -5,6 +5,11 @@ import gc
 class TupleTest(seq_tests.CommonTest):
     type2test = tuple
 
+    # Override because there is no fix yet for it (ALT, i586),
+    # see https://bugs.python.org/issue33153
+    def test_bigrepeat(self):
+        return
+
     def test_constructors(self):
         super(TupleTest, self).test_constructors()
         # calling built-in types without argument must return empty
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin