[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:

[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

[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 --