openbsd-ports/devel/py-urwid/patches/patch-urwid_tests_py

13 lines
394 B
Plaintext
Raw Normal View History

2011-10-08 09:26:02 -04:00
$OpenBSD: patch-urwid_tests_py,v 1.1 2011/10/08 13:26:02 rpointel Exp $
# don't test TermTest, try to modify terminal
--- urwid/tests.py.orig Thu Sep 22 15:51:49 2011
+++ urwid/tests.py Sat Oct 8 12:24:08 2011
@@ -2314,7 +2314,6 @@
CanvasOverlayTest,
CanvasPadTrimTest,
WidgetSquishTest,
- TermTest,
]
module_doctests = [
urwid.widget,