python3Packages.orjson: add some key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott
2024-02-27 02:09:24 +01:00
committed by Martin Weinelt
parent df8b821ab0
commit ca2179d89e
@@ -19,6 +19,13 @@
, pytz
, xxhash
, python
# for passthru.tests
, falcon
, fastapi
, gradio
, mashumaro
, ufolib2
}:
buildPythonPackage rec {
@@ -67,6 +74,16 @@ buildPythonPackage rec {
"orjson"
];
passthru.tests = {
inherit
falcon
fastapi
gradio
mashumaro
ufolib2
;
};
meta = with lib; {
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy";
homepage = "https://github.com/ijl/orjson";