nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.sanic: disable failing tests

+4
+4
pkgs/development/python-modules/sanic/default.nix
··· 91 91 "test_input_is_dir" 92 92 # Racy, e.g. Address already in use 93 93 "test_logger_vhosts" 94 + # Event loop is closed 95 + "test_create_server_trigger_events" 94 96 ]; 95 97 96 98 disabledTestPaths = [ ··· 102 100 "typing/test_typing.py" 103 101 # occasionally hangs 104 102 "test_multiprocessing.py" 103 + # Failed: async def functions are not natively supported. 104 + "test_touchup.py" 105 105 ]; 106 106 107 107 # Avoid usage of nixpkgs-review in darwin since tests will compete usage