15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-q0Z+YB5bGhzXbxgZ0BR5UWXaBxdE7zC/N4bpvFSd4lo=";
34 nativeCheckInputs = [ pytestCheckHook ];
36 disabledTests = lib.optionals (pythonAtLeast "3.12") [
38 "test_thing_with_submodule"
42 description = "Python library for serializing any arbitrary object graph into JSON";
43 downloadPage = "https://github.com/jsonpickle/jsonpickle";
44 homepage = "http://jsonpickle.github.io/";
45 license = licenses.bsd3;