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:
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…
Reference in New Issue