[Python-checkins] cpython (merge 3.5 -> default): Issue #27801: Merge from 3.5

berker.peksag python-checkins at python.org
Fri Aug 19 10:58:57 EDT 2016


https://hg.python.org/cpython/rev/bd9183850965
changeset:   102755:bd9183850965
parent:      102753:ea00c88f7f42
parent:      102754:51368991e858
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Aug 19 17:59:31 2016 +0300
summary:
  Issue #27801: Merge from 3.5

files:
  Lib/test/test_curses.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_curses.py b/Lib/test/test_curses.py
--- a/Lib/test/test_curses.py
+++ b/Lib/test/test_curses.py
@@ -395,6 +395,7 @@
 
 class MiscTests(unittest.TestCase):
 
+    @requires_curses_func('update_lines_cols')
     def test_update_lines_cols(self):
         # this doesn't actually test that LINES and COLS are updated,
         # because we can't automate changing them. See Issue #4254 for

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list