Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #146706 from thiagokokada/zhf-fix-sanic-again

authored by

Sandro and committed by
GitHub
77e1b5f8 3c4969b9

+4 -9
+4 -9
pkgs/development/python-modules/sanic/default.nix
··· 85 85 "test_auto_reload" 86 86 "test_no_exceptions_when_cancel_pending_request" 87 87 "test_ipv6_address_is_not_wrapped" 88 - ] ++ lib.optionals stdenv.isDarwin [ 89 - # https://github.com/sanic-org/sanic/issues/2298 90 - "test_no_exceptions_when_cancel_pending_request" 91 - ] ++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [ 92 88 # These appear to be very sensitive to output of commands 93 - # Output is different on aarch64 94 - "test_server_run" 89 + "test_access_logs" 90 + "test_auto_reload" 95 91 "test_host_port" 92 + "test_no_exceptions_when_cancel_pending_request" 96 93 "test_num_workers" 97 - "test_access_logs" 94 + "test_server_run" 98 95 "test_version" 99 - # Failing for a different reason than Darwin 100 - "test_no_exceptions_when_cancel_pending_request" 101 96 ]; 102 97 103 98 # avoid usage of nixpkgs-review in darwin since tests will compete usage