From 3eacaea9fe1c2d197fc617f8214900e43d2b2fbc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 Apr 2022 10:37:39 +0200 Subject: [PATCH] python3Packages.aioconsole: disable failing test --- pkgs/development/python-modules/aioconsole/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aioconsole/default.nix b/pkgs/development/python-modules/aioconsole/default.nix index c88f8485939..b178913c0f5 100644 --- a/pkgs/development/python-modules/aioconsole/default.nix +++ b/pkgs/development/python-modules/aioconsole/default.nix @@ -40,6 +40,8 @@ buildPythonPackage rec { disabledTests = [ "test_interact_syntax_error" + # Output and the sandbox don't work well together + "test_interact_multiple_indented_lines" ]; pythonImportsCheck = [