◐ Shell
clean mode source ↗

Issue 2411: test_nis.py fails if NIS is not configured or used

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