lol

python311Packages.quart: disable failing tests

The signal tests have been removed for the next release already.

+5
+5
pkgs/development/python-modules/quart/default.nix
··· 75 75 pytestCheckHook 76 76 ]; 77 77 78 + disabledTestPaths = [ 79 + # remove after 0.18.4 80 + "tests/test_signals.py" 81 + ]; 82 + 78 83 meta = with lib; { 79 84 description = "An async Python micro framework for building web applications"; 80 85 homepage = "https://github.com/pallets/quart/";