From 525811c181173faed758b58a0feb9fcf28e7aa6e Mon Sep 17 00:00:00 2001 From: Thomas Bereknyei Date: Thu, 25 Feb 2021 23:53:43 -0500 Subject: [PATCH] pytest-timeout: remove test --- pkgs/development/python-modules/pytest-timeout/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytest-timeout/default.nix b/pkgs/development/python-modules/pytest-timeout/default.nix index 6bf3483d40f9..5833790cf92d 100644 --- a/pkgs/development/python-modules/pytest-timeout/default.nix +++ b/pkgs/development/python-modules/pytest-timeout/default.nix @@ -22,6 +22,8 @@ buildPythonPackage rec { disabledTests = [ "test_suppresses_timeout_when_pdb_is_entered" + # Remove until https://github.com/pytest-dev/pytest/pull/7207 or similar + "test_suppresses_timeout_when_debugger_is_entered" ]; pytestFlagsArray = [ "-ra"