File: skip-test.patch

package info (click to toggle)
zziplib 0.13.78%2Bdfsg.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,544 kB
  • sloc: python: 12,101; ansic: 9,092; sh: 6,293; perl: 2,376; makefile: 1,014; sed: 47
file content (16 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Skip broken test in zziptests.py
Author: Lukas Märdian <slyon@ubuntu.com>
Forwarded: not-needed
Last-Update: 2021-06-18

---
--- zziplib-0.13.72.orig/test/zziptests.py
+++ zziplib-0.13.72/test/zziptests.py
@@ -3646,6 +3646,7 @@ class ZZipTest(unittest.TestCase):
 
     def test_65485_list_verbose_compressed_with_directory(self) -> None:
         """ verbously list a zipfile containing directories """
+        self.skipTest("FIXME: not solved")
         chdir = "chdir"
         if not exeext: chdir = "cd"
         tmpdir = self.testdir()