[New-bugs-announce] [issue17699] Fix test_getpass on Windows

Zachary Ware report at bugs.python.org
Thu Apr 11 22:29:24 CEST 2013


New submission from Zachary Ware:

(Copied the nosy list from issue17484)

The new test module fails on Windows due to the lack of termios and pwd modules.  Here's a patch that fixes things.  I suspect the skip condition on UnixGetpassTest could be changed to check 'termios' rather than os.name, but I can't test that currently.

Thanks,

Zach

----------
components: Tests
files: test_getpass_windows_fix.diff
keywords: patch
messages: 186588
nosy: Thomas Fenzl, pitrou, r.david.murray, zach.ware
priority: normal
severity: normal
status: open
title: Fix test_getpass on Windows
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file29782/test_getpass_windows_fix.diff

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


More information about the New-bugs-announce mailing list