Revert "python.pkgs.blessed: disable failing test"
This reverts commit 4dd38c42894c61358b9b0f56fe7838b045a157eb. Disabling the test suite is unnecessary; I fixed it with 4dd38c42894c61358b9b0f56fe7838b045a157eb.
This commit is contained in:
parent
72f76fe856
commit
3ae2b4b5bb
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytest mock glibcLocales ];
|
checkInputs = [ pytest mock glibcLocales ];
|
||||||
|
|
||||||
checkPhase = ''
|
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 ];
|
propagatedBuildInputs = [ wcwidth six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user