[New-bugs-announce] [issue35694] missing modules on test suite

Jorge Ramos report at bugs.python.org
Wed Jan 9 00:08:13 EST 2019


New submission from Jorge Ramos <neyuru at gmail.com>:

when running <rt.bat -x64> 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 <report at bugs.python.org>
<https://bugs.python.org/issue35694>
_______________________________________


More information about the New-bugs-announce mailing list