[issue19742] pathlib group unittests can fail

2013-11-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue19742] pathlib group unittests can fail

2013-11-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: It should be fixed now (i.e. the test is skipped). -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue19742] pathlib group unittests can fail

2013-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset b58b58948c27 by Antoine Pitrou in branch 'default': Issue #19742: fix a test_pathlib failure when a file owner or group isn't in the system database http://hg.python.org/cpython/rev/b58b58948c27 -- nosy: +python-dev ___

[issue19742] pathlib group unittests can fail

2013-11-23 Thread Ned Deily
Ned Deily added the comment: You should be able to find the group and group name using the "Directory Utility" app. The easiest way to launch it is from a shell with: open "/System/Library/CoreServices/Directory Utility.app" There is a command line utility, dscl, but it is much more painful.

[issue19742] pathlib group unittests can fail

2013-11-23 Thread Guido van Rossum
New submission from Guido van Rossum: When running test_pathlib on my OSX (10.8) laptop I get these errors: == ERROR: test_group (test.test_pathlib.PathTest) --

[issue19742] pathlib group unittests can fail

2013-11-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, the KeyError is legitimate then (it's even in the docs :-)). The test will probably have to be skipped in this case. -- ___ Python tracker ___