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.

classification
Title: test_nis.py fails if NIS is not configured or used
Type: behavior Stage:
Components: Tests Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: MichaelBishop, brett.cannon
Priority: normal Keywords: patch

Created on 2008-03-18 23:40 by MichaelBishop, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_nis.patch MichaelBishop, 2008-03-18 23:40 Patch for Lib/test/test_nis.py
Messages (2)
msg64016 - (view) Author: Michael Bishop (MichaelBishop) * Date: 2008-03-18 23:40
Instead of failing the test which is inaccurate, the test will return
that it was skipped and what the msg is.
msg64068 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-19 16:50
Applied in revision 61627.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46663
2008-03-19 16:50:27brett.cannonsetstatus: open -> closed
resolution: accepted
messages: + msg64068
2008-03-19 00:08:25brett.cannonsetassignee: brett.cannon
nosy: + brett.cannon
2008-03-18 23:40:19MichaelBishopcreate