python3.pkgs.urwid: remove several tests
This commit is contained in:
@@ -23,6 +23,11 @@ buildPythonPackage (rec {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Several tests keep failing on Hydra
|
||||
rm urwid/tests/test_vterm.py
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A full-featured console (xterm et al.) user interface library";
|
||||
homepage = http://excess.org/urwid;
|
||||
|
||||
Reference in New Issue
Block a user