From e30aabe996bc59e168ea51d9e6d97c13ec05cbe4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 20 Jul 2022 01:28:23 +0200 Subject: [PATCH] python3Packages.enrich: disable failing test --- pkgs/development/python-modules/enrich/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/enrich/default.nix b/pkgs/development/python-modules/enrich/default.nix index fbd22a42b555..d4b08af212d3 100644 --- a/pkgs/development/python-modules/enrich/default.nix +++ b/pkgs/development/python-modules/enrich/default.nix @@ -15,6 +15,11 @@ buildPythonPackage rec { checkInputs = [ pytestCheckHook pytest-mock ]; + disabledTests = [ + # console output order is racy + "test_rich_console_ex" + ]; + pythonImportsCheck = [ "enrich" ]; meta = with lib; {