python3Packages.sanic: disable failing tests

Changed files
+4
pkgs
development
python-modules
sanic
+4
pkgs/development/python-modules/sanic/default.nix
···
"test_input_is_dir"
# Racy, e.g. Address already in use
"test_logger_vhosts"
];
disabledTestPaths = [
···
"typing/test_typing.py"
# occasionally hangs
"test_multiprocessing.py"
];
# Avoid usage of nixpkgs-review in darwin since tests will compete usage
···
"test_input_is_dir"
# Racy, e.g. Address already in use
"test_logger_vhosts"
+
# Event loop is closed
+
"test_create_server_trigger_events"
];
disabledTestPaths = [
···
"typing/test_typing.py"
# occasionally hangs
"test_multiprocessing.py"
+
# Failed: async def functions are not natively supported.
+
"test_touchup.py"
];
# Avoid usage of nixpkgs-review in darwin since tests will compete usage