[New-bugs-announce] [issue27801] test_update_lines_cols fails from test.test_curses.MiscTests fails on Ubuntu 14.04 LTS

Dwayne Crooks report at bugs.python.org
Fri Aug 19 08:39:39 EDT 2016


New submission from Dwayne Crooks:

I was installing Python 3.5.2 from source on a Ubuntu 14.04 LTS virtual machine (it uses https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versions/20160816.0.0).

This is part of the result of running: ./python -m test -u curses -v test_curses

======================================================================
ERROR: test_update_lines_cols (test.test_curses.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/Python-3.5.2/Lib/test/test_curses.py", line 397, in test_update_lines_cols
    curses.update_lines_cols()
AttributeError: module 'curses' has no attribute 'update_lines_cols'

----------------------------------------------------------------------
Ran 20 tests in 0.237s

FAILED (errors=1, skipped=4)

----------
components: Tests
messages: 273113
nosy: dwaynecrooks
priority: normal
severity: normal
status: open
title: test_update_lines_cols fails from test.test_curses.MiscTests fails on Ubuntu 14.04 LTS
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27801>
_______________________________________


More information about the New-bugs-announce mailing list