You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
When running unit tests as root (i.e. as part of a install process that runs as
root) one test fails because root can still read files with 0 for permissions.
Attached is a pretty trivial way to skip the test that is compatible with any
version of python. A fancier way in >= 2.7 would be to call self.skipTest().
Original issue reported on code.google.com by marin...@gmail.com on 28 Jun 2013 at 6:37