Merge pull request #188397 from SuperSandro2000/python-passthru-tests
This commit is contained in:
commit
a593beeaa8
@ -10,6 +10,7 @@
|
|||||||
, black
|
, black
|
||||||
, magic-wormhole
|
, magic-wormhole
|
||||||
, mitmproxy
|
, mitmproxy
|
||||||
|
, typer
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit black flask magic-wormhole mitmproxy;
|
inherit black flask magic-wormhole mitmproxy typer;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
, pytest-timeout
|
, pytest-timeout
|
||||||
, pytest-xprocess
|
, pytest-xprocess
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
# for passthru.tests
|
||||||
|
, moto, sentry-sdk
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -53,6 +55,10 @@ buildPythonPackage rec {
|
|||||||
"-m 'not filterwarnings'"
|
"-m 'not filterwarnings'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit moto sentry-sdk;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://palletsprojects.com/p/werkzeug/";
|
homepage = "https://palletsprojects.com/p/werkzeug/";
|
||||||
description = "The comprehensive WSGI web application library";
|
description = "The comprehensive WSGI web application library";
|
||||||
|
Loading…
Reference in New Issue
Block a user