tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3.pkgs.urwid: remove several tests
Frederik Rietdijk
8 years ago
c06bc732
ddbe2dda
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
urwid
default.nix
+5
pkgs/development/python-modules/urwid/default.nix
···
23
23
})
24
24
];
25
25
26
26
+
postPatch = ''
27
27
+
# Several tests keep failing on Hydra
28
28
+
rm urwid/tests/test_vterm.py
29
29
+
'';
30
30
+
26
31
meta = with stdenv.lib; {
27
32
description = "A full-featured console (xterm et al.) user interface library";
28
33
homepage = http://excess.org/urwid;