mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #23883: grp and pwd are None on Windows
This commit is contained in:
parent
2c1d3e320f
commit
5318d1048f
1 changed files with 1 additions and 1 deletions
|
@ -1998,7 +1998,7 @@ class MiscTest(unittest.TestCase):
|
|||
tarfile.itn(0x10000000000, 6, tarfile.GNU_FORMAT)
|
||||
|
||||
def test__all__(self):
|
||||
blacklist = {'version', 'symlink_exception',
|
||||
blacklist = {'version', 'grp', 'pwd', 'symlink_exception',
|
||||
'NUL', 'BLOCKSIZE', 'RECORDSIZE', 'GNU_MAGIC',
|
||||
'POSIX_MAGIC', 'LENGTH_NAME', 'LENGTH_LINK',
|
||||
'LENGTH_PREFIX', 'REGTYPE', 'AREGTYPE', 'LNKTYPE',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue