about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-06 01:30:56 +0200
committerGitHub <noreply@github.com>2021-06-06 01:30:56 +0200
commitd641f2d6c6c078ba5f2f1ea2cfcd16578ce4f932 (patch)
tree3b202846d7d332bd3c013e7c71d0fa224e30f130 /pkgs
parent5e5a3c39edfbb3022c2c8cdffd6f291471437481 (diff)
parent7c304b112dd5f98c997f07354e43b5ee0fd4ea36 (diff)
Merge pull request #125287 from simonchatts/sanic-fix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sanic/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix
index 8c18380c3badf..5f610f6feab0a 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"
   ];