File: remove-test-failing-on-32-bits.patch

package info (click to toggle)
python-pymemcache 4.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 544 kB
  • sloc: python: 4,550; makefile: 209; sh: 11
file content (16 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove test failing on 32 bits
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/1055394
Forwarded: no
Last-Update: 2023-11-07

--- python-pymemcache-4.0.0.orig/pymemcache/test/test_serde.py
+++ python-pymemcache-4.0.0/pymemcache/test/test_serde.py
@@ -141,7 +141,3 @@ def test_compressed_complex(serde):
         },
         FLAG_PICKLE | FLAG_COMPRESSED,
     )
-
-    # test_subtype
-    # Subclass of a native type will be restored as the same type
-    check(serde, CustomInt(sys.maxsize), FLAG_PICKLE | FLAG_COMPRESSED)