python3Packages.quart: 0.20.0 -> 0.21.0 (#545241)

This commit is contained in:
Martin Weinelt
2026-07-24 14:23:29 +00:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "quart";
version = "0.20.0";
version = "0.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pallets";
repo = "quart";
tag = version;
hash = "sha256-NApev3nRBS4QDMGq8++rSmK5YgeljkaVAsdezsTbZr4=";
hash = "sha256-BrZtknO8Xne5r4CENF0Uz8NVc8Zc+Yu35spvPw7qZ/w=";
};
build-system = [ flit-core ];
@@ -67,11 +67,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# click 8.4 compat
"test_cli_blueprints"
];
meta = {
description = "Async Python micro framework for building web applications";
mainProgram = "quart";