File: disable-multiprocessing-tests.patch

package info (click to toggle)
python-iniparse 0.4-2.2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 440 kB
  • ctags: 665
  • sloc: python: 2,214; makefile: 25
file content (10 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
We don't always have permissions to run multiprocessing tests.

--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -21,5 +21,4 @@
                 test_compat.suite(),
                 test_unicode.suite(),
                 test_tidy.suite(),
-                test_multiprocessing.suite(),
         ])