python3Packages.python-multipart: add key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott 2024-02-10 15:39:33 +00:00
parent 59e7a49890
commit 36d99540b6

View File

@ -6,6 +6,13 @@
, mock
, pyyaml
, six
# for passthru.tests
, asgi-csrf
, connexion
, fastapi
, gradio
, starlette
}:
buildPythonPackage rec {
@ -37,6 +44,16 @@ buildPythonPackage rec {
pyyaml
];
passthru.tests = {
inherit
asgi-csrf
connexion
fastapi
gradio
starlette
;
};
meta = with lib; {
description = "A streaming multipart parser for Python";
homepage = "https://github.com/andrew-d/python-multipart";