homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author willingc
Recipients ned.deily, r.david.murray, ronaldoussoren, willingc
Date 2015年03月24日.22:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427234596.25.0.827679208873.issue23761@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015年03月24日 22:03:16willingcsetrecipients: + willingc, ronaldoussoren, ned.deily, r.david.murray
2015年03月24日 22:03:16willingcsetmessageid: <1427234596.25.0.827679208873.issue23761@psf.upfronthosting.co.za>
2015年03月24日 22:03:16willingclinkissue23761 messages
2015年03月24日 22:03:15willingccreate

AltStyle によって変換されたページ (->オリジナル) /