From 032f0c6299b35eaafc9a898967d2b444308a91b3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 21 Jul 2022 12:44:21 +0200 Subject: [PATCH] python3Packages.sanic: disable failing test --- pkgs/development/python-modules/sanic/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index 2ab9c0808b8e..45dec8763357 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -107,6 +107,9 @@ buildPythonPackage rec { "test_keep_alive_client_timeout" "test_keep_alive_server_timeout" "test_zero_downtime" + # broke with ujson 5.4 upgrade + # https://github.com/sanic-org/sanic/pull/2504 + "test_json_response_json" ]; disabledTestPaths = [