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 andersk
Recipients andersk
Date 2018-01-19.19:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516390296.8.0.467229070634.issue32601@psf.upfronthosting.co.za>
In-reply-to
Content
PosixPathTest.test_expanduser fails in the NixOS build sandbox, where every user has home directory /, so it falls off the end of the for pwdent in pwd.getpwall() loop.

nixbld:x:30001:30000:Nix build user:/:/noshell
nobody:x:65534:65534:Nobody:/:/noshell

======================================================================
FAIL: test_expanduser (__main__.PosixPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/nix/store/mdak9gcy16dc536ws08rshyakd1l7srj-test_pathlib.py", line 2162, in test_expanduser
    self.assertEqual(p3.expanduser(), P(otherhome) / 'Documents')
AssertionError: PosixPath('/Documents') != PosixPath('Documents')
History
Date User Action Args
2018-01-19 19:31:36andersksetrecipients: + andersk
2018-01-19 19:31:36andersksetmessageid: <1516390296.8.0.467229070634.issue32601@psf.upfronthosting.co.za>
2018-01-19 19:31:36andersklinkissue32601 messages
2018-01-19 19:31:36anderskcreate