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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17699>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to