mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.falcon: exclude tests
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user