aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-blessings/disable_test.patch
blob: 5ae4571604f1bc554133eaf04b15bf11f603dbd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/blessings/tests.py
+++ b/blessings/tests.py
@@ -248,12 +248,6 @@
         assert 'probably misspelled' not in e.args[0]
 
 
-def test_init_descriptor_always_initted():
-    """We should be able to get a height and width even on no-tty Terminals."""
-    t = Terminal(stream=StringIO())
-    eq_(type(t.height), int)
-
-
 def test_force_styling_none():
     """If ``force_styling=None`` is passed to the constructor, don't ever do
     styling."""