[issue35694] missing modules on test suite

2019-01-08 Thread Jorge Ramos


Jorge Ramos  added the comment:

Got it (y)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35694] missing modules on test suite

2019-01-08 Thread Zachary Ware


Zachary Ware  added the comment:

This is expected, the named modules or accelerators do not exist on Windows.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35694] missing modules on test suite

2019-01-08 Thread Jorge Ramos


New submission from Jorge Ramos :

when running  some tests where skipped due to missing modules:

0:02:52 [ 86/407] test_crypt
test_crypt skipped -- No module named '_crypt'
0:02:55 [ 93/407] test_dbm_gnu
test_dbm_gnu skipped -- No module named '_gdbm'
0:02:55 [ 94/407] test_dbm_ndbm -- test_dbm_gnu skipped
test_dbm_ndbm skipped -- No module named '_dbm'
0:05:25 [183/407/1] test_ioctl
test_ioctl skipped -- No module named 'fcntl'
0:07:43 [224/407/1] test_nis
test_nis skipped -- No module named 'nis'


full verbose on attached file

--
components: Tests, Windows
files: run.txt
messages: 333280
nosy: neyuru, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: missing modules on test suite
versions: Python 3.6
Added file: https://bugs.python.org/file48035/run.txt

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com