python3Packages.falcon: exclude tests

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-05-09 13:35:02 +02:00
parent 135e27c148
commit 75c90fc796
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -80,6 +80,11 @@ buildPythonPackage rec {
"tests"
];
disabledTestPaths = [
# needs a running server
"tests/asgi/test_asgi_servers.py"
];
meta = with lib; {
description = "An unladen web framework for building APIs and app backends";
homepage = "https://falconframework.org/";