15
0

Accepting request 767241 from home:sebix

required for spyder3 > 4

OBS-URL: https://build.opensuse.org/request/show/767241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diff-match-patch?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2020-01-28 08:43:05 +00:00
committed by Git OBS Bridge
commit 443cc3fe25
6 changed files with 101 additions and 0 deletions

9
make-tests-runable.patch Normal file
View File

@@ -0,0 +1,9 @@
--- /dev/null 2020-01-25 08:09:49.736009393 +0100
+++ diff-match-patch-20181111/diff_match_patch/tests/run_all.py 2020-01-25 15:33:14.805205323 +0100
@@ -0,0 +1,6 @@
+import sys
+
+if sys.version_info < (3, ):
+ from .diff_match_patch_test_py2 import *
+else:
+ from .diff_match_patch_test import *