15
0
Files
python-jsonpickle/enable_gmpy_test.patch
Markéta Machová 6eace1b379 - Update to 4.0.1
* 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
2025-02-05 10:57:23 +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)