From 7c304b112dd5f98c997f07354e43b5ee0fd4ea36 Mon Sep 17 00:00:00 2001 From: Simon Chatterjee Date: Tue, 1 Jun 2021 18:56:22 +0100 Subject: [PATCH] python3Packages.sanic: disable more flaky tests on Darwin Disable two more timeout tests that hang forever on Darwin. Verified my resulting app still works. --- pkgs/development/python-modules/sanic/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index 8c18380c3ba..5f610f6feab 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -42,6 +42,8 @@ buildPythonPackage rec { "test_zero_downtime" # flaky "test_keep_alive_client_timeout" + "test_check_timeouts_request_timeout" + "test_check_timeouts_response_timeout" "test_reloader_live" ];