diff options
Diffstat (limited to 'testing/py-blessings/disable_test.patch')
| -rw-r--r-- | testing/py-blessings/disable_test.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/py-blessings/disable_test.patch b/testing/py-blessings/disable_test.patch new file mode 100644 index 0000000000..5ae4571604 --- /dev/null +++ b/testing/py-blessings/disable_test.patch @@ -0,0 +1,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.""" |
