From 6061f5dbdd53ffe33e06762cff10ac7da16a1f3e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 31 Aug 2023 08:16:37 +0200 Subject: [PATCH] python311Packages.pytablewriter: disable failing test --- pkgs/development/python-modules/pytablewriter/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytablewriter/default.nix b/pkgs/development/python-modules/pytablewriter/default.nix index 8a1597b597ec..86af2ae0846f 100644 --- a/pkgs/development/python-modules/pytablewriter/default.nix +++ b/pkgs/development/python-modules/pytablewriter/default.nix @@ -105,11 +105,13 @@ buildPythonPackage rec { "pathvalidate" ]; - # Circular dependency disabledTests = [ + # Circular dependency "test_normal_from_file" "test_normal_from_text" "test_normal_clear_theme" + # Test compares CLI output + "test_normal" ]; disabledTestPaths = [