Merge pull request #188377 from SuperSandro2000/flask-passthru-tests

This commit is contained in:
Martin Weinelt 2022-08-26 16:18:01 +02:00 committed by GitHub
commit b76df7321e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,11 @@
, werkzeug
, pytestCheckHook
, pythonOlder
# used in passthru.tests
, flask-limiter
, flask-restful
, flask-restx
, moto
}:
buildPythonPackage rec {
@ -35,6 +40,10 @@ buildPythonPackage rec {
pytestCheckHook
];
passthru.tests = {
inherit flask-limiter flask-restful flask-restx moto;
};
meta = with lib; {
homepage = "https://flask.palletsprojects.com/";
description = "The Python micro framework for building web applications";