python311Packages.quart: disable failing tests

The signal tests have been removed for the next release already.
This commit is contained in:
Martin Weinelt
2023-09-27 15:34:48 +02:00
parent bf70dbe2cb
commit 08eae121e0
@@ -75,6 +75,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# remove after 0.18.4
"tests/test_signals.py"
];
meta = with lib; {
description = "An async Python micro framework for building web applications";
homepage = "https://github.com/pallets/quart/";