15
0
Files
python-jsonpickle/enable_gmpy_test.patch
Markéta Machová bd8cfc6f64 - Update to 4.0.2
* 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
2025-02-24 14:31:00 +00:00

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)