mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Merge pull request #172179 from gador/fix-falcon
python3Packages.falcon: exclude tests
This commit is contained in:
commit
f3f4dd14a6
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue