summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Bereknyei <tomberek@gmail.com>2021-02-25 23:53:43 -0500
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-02-26 13:35:29 +0100
commit525811c181173faed758b58a0feb9fcf28e7aa6e (patch)
tree118f4d54872a37d9b4a5dba1f4d510e8c41d90db
parentc6f1dc2320db5b28136ca4a78ffce5cf0b7cdba5 (diff)
downloadnixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar.gz
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar.bz2
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar.lz
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar.xz
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.tar.zst
nixpkgs-525811c181173faed758b58a0feb9fcf28e7aa6e.zip
pytest-timeout: remove test
-rw-r--r--pkgs/development/python-modules/pytest-timeout/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pytest-timeout/default.nix b/pkgs/development/python-modules/pytest-timeout/default.nix
index 6bf3483d40f..5833790cf92 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"