forked from pool/python-ujson
* no-unittest2.patch - Really execute the tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=11
17 lines
346 B
Diff
17 lines
346 B
Diff
Index: ujson-1.35/tests/tests.py
|
|
===================================================================
|
|
--- ujson-1.35.orig/tests/tests.py
|
|
+++ ujson-1.35/tests/tests.py
|
|
@@ -11,10 +11,7 @@ import json
|
|
import math
|
|
import time
|
|
import pytz
|
|
-if six.PY2:
|
|
- import unittest2 as unittest
|
|
-else:
|
|
- import unittest
|
|
+import unittest
|
|
|
|
import ujson
|
|
|