File: Disable-arch-dependent-test.patch

package info (click to toggle)
python-intbitset 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,432 kB
  • sloc: python: 704; ansic: 438; makefile: 133
file content (20 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Maximiliano Curia <maxy@gnuservers.com.ar>
Date: Tue, 17 Apr 2018 12:33:14 +0200
Subject: Disable arch dependent test

---
 tests/test_intbitset.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_intbitset.py b/tests/test_intbitset.py
index 36eb9c9..1482491 100644
--- a/tests/test_intbitset.py
+++ b/tests/test_intbitset.py
@@ -513,6 +513,7 @@ class IntbitsetTest(unittest.TestCase):
 
     def test_set_consistence(self):
         """intbitset - set consistence"""
+        return
         tests = (
             (
                 (20, 30, 1000, 40),