forked from pool/python-jsonpickle
* The unpickler is now more resilient to malformed "py/id" and "py/repr" data. (+546) * The unpickler is now more resilient to invalid "py/b85" and "py/b64" data. (+547) * The unpickler's support for read-only str attributes was improved. (+548) (#478) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=46
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)
|