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

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

authored by

Sandro and committed by
GitHub
77e1b5f8 3c4969b9

+5 -10
+5 -10
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" 95 - "test_host_port" 96 - "test_num_workers" 97 89 "test_access_logs" 98 - "test_version" 99 - # Failing for a different reason than Darwin 90 + "test_auto_reload" 91 + "test_host_port" 100 92 "test_no_exceptions_when_cancel_pending_request" 93 + "test_num_workers" 94 + "test_server_run" 95 + "test_version" 101 96 ]; 102 97 103 98 # avoid usage of nixpkgs-review in darwin since tests will compete usage