Carol Willing added the comment:

Thanks Ned and R. David. A few questions...

1.  I've rerun the tests using:

One failure:
70 tests OK.
1 test failed:
    test_socket
1 test altered the execution environment:
    test_warnings
21 tests skipped:
    test_curses test_dbm_gnu test_devpoll test_epoll test_gdb
    test_lzma test_msilib test_ossaudiodev test_smtpnet
    test_socketserver test_spwd test_startfile test_timeout test_tk
    test_ttk_guionly test_urllib2net test_urllibnet test_winreg
    test_winsound test_xmlrpc_net test_zipfile64

I noticed that many tests are skipped since Network is not enabled. Although 
test_socket fails and is not skipped, it seems plausible that the failure in 
test_socket should also be skipped when Network is disabled. Other test files 
that are skipped have support.requires('network') in the beginning of the file. 
Should test_socket.py have this as well?

2. I am rerunning the tests with the following command:
./python.exe -m test -uall

Tests dependent on 'Network' are now run. Three failures now:

3 tests failed:
    test_curses test_nntplib test_socket
1 test altered the execution environment:
    test_warnings
14 tests skipped:
    test_dbm_gnu test_devpoll test_epoll test_gdb test_lzma
    test_msilib test_ossaudiodev test_spwd test_startfile test_tk
    test_ttk_guionly test_winreg test_winsound test_zipfile64

Detail:
    nntplib.NNTPTemporaryError: 400 Permission denied:  Closed service.

    
3. Is there a doc that outlines how to enable all dependencies needed to have 
tests execute and not be skipped? Which is the preferred command for running 
tests for Mac OSX?

I'm willing to keep chasing this down but need a little direction. Thanks.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23761>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to