Revert "python.pkgs.blessed: disable failing test"
This reverts commit4dd38c4289. Disabling the test suite is unnecessary; I fixed it with4dd38c4289.
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user