forked from pool/python-jsonpickle
* The unpickler is now more resilient to malformed "py/reduce", "py/set",
"py/tuple", "py/b64", "py/b85", and "py/iterator" input data. (+544) (+545)
* The test suite was updated to leverage more pytest features.
* The ``jsonpickle.compat`` module is no longer used. It is still provided
for backwards compatibility but it may be removed in a future version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=44
13 lines
363 B
Diff
13 lines
363 B
Diff
Index: jsonpickle-3.0.2/tests/ecdsa_test.py
|
|
===================================================================
|
|
--- jsonpickle-3.0.2.orig/tests/ecdsa_test.py
|
|
+++ jsonpickle-3.0.2/tests/ecdsa_test.py
|
|
@@ -7,6 +7,7 @@ import pytest
|
|
from helper import SkippableTest
|
|
|
|
import jsonpickle
|
|
+import jsonpickle.ext.gmpy
|
|
|
|
|
|
@pytest.fixture(scope='module', autouse=True)
|