[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-27 Thread Gregory P. Smith
Change by Gregory P. Smith : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
miss-islington added the comment: New changeset d718764f389acd1bf4a5a65661bb58862f14fb98 by Miss Islington (bot) in branch '3.9': bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
miss-islington added the comment: New changeset 8005e22c9c71708ead0e5b16e55e005844c5131f by Miss Islington (bot) in branch '3.10': bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468, 28469, 28470 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker ___

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468, 28469 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker ___

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +28468 pull_request: https://github.com/python/cpython/pull/30249 ___ Python tracker ___

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset b8de8b7039cee47465b2af9950b0b9ed2d3f2903 by Nikita Sobolev in branch 'main': bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- pull_requests: +28466 pull_request: https://github.com/python/cpython/pull/30244 ___ Python tracker ___

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-23 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-23 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch nosy: +sobolevn nosy_count: 1.0 -> 2.0 pull_requests: +28462 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30240 ___ Python tracker

[issue46150] test_pathlib assumes "fakeuser" does not exist as user

2021-12-22 Thread Thomas Wouters
New submission from Thomas Wouters : test_pathlib contains, in PosixPathTest.test_expanduser, a check that expanduser on a nonexistent user will raise RuntimeError. Leaving aside the question why that's a RuntimeError (which is probably too late to fix anyway), the test performs this check