From 3ae2b4b5bb29889e908474d0352588a0ecdc1c3c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 10 Sep 2019 22:20:35 +0200 Subject: Revert "python.pkgs.blessed: disable failing test" This reverts commit 4dd38c42894c61358b9b0f56fe7838b045a157eb. Disabling the test suite is unnecessary; I fixed it with 4dd38c42894c61358b9b0f56fe7838b045a157eb. --- pkgs/development/python-modules/blessed/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/blessed/default.nix b/pkgs/development/python-modules/blessed/default.nix index 12184d0c746b..164848aeac93 100644 --- a/pkgs/development/python-modules/blessed/default.nix +++ b/pkgs/development/python-modules/blessed/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { checkInputs = [ pytest mock glibcLocales ]; checkPhase = '' - LANG=en_US.utf-8 py.test blessed/tests -k 'not test_nested_formattingstring_type_error' + LANG=en_US.utf-8 py.test blessed/tests ''; propagatedBuildInputs = [ wcwidth six ]; -- cgit 1.4.1