summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/blessed
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-10 22:20:35 +0200
committerPeter Simons <simons@cryp.to>2019-09-10 22:21:56 +0200
commit3ae2b4b5bb29889e908474d0352588a0ecdc1c3c (patch)
treed0c7610bd684c06ff180c9fb2fa904b3d536ea45 /pkgs/development/python-modules/blessed
parentopenjdk8: use lndir instead of single symlink to JRE (diff)
downloadnixpkgs-3ae2b4b5bb29889e908474d0352588a0ecdc1c3c.tar.gz
Revert "python.pkgs.blessed: disable failing test"
This reverts commit 4dd38c42894c61358b9b0f56fe7838b045a157eb. Disabling the test suite is unnecessary; I fixed it with 4dd38c42894c61358b9b0f56fe7838b045a157eb.
Diffstat (limited to 'pkgs/development/python-modules/blessed')
-rw-r--r--pkgs/development/python-modules/blessed/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];