python3Packages.sanic: disable failing tests

This commit is contained in:
Martin Weinelt
2025-08-07 14:23:39 +02:00
parent 81a9641c7b
commit cd12b83a51
@@ -91,6 +91,8 @@ buildPythonPackage rec {
"test_input_is_dir"
# Racy, e.g. Address already in use
"test_logger_vhosts"
# Event loop is closed
"test_create_server_trigger_events"
];
disabledTestPaths = [
@@ -100,6 +102,8 @@ buildPythonPackage rec {
"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