]> granicus.if.org Git - python/commitdiff
Issue #23883: grp and pwd are None on Windows
authorMartin Panter <vadmium+py@gmail.com>
Sat, 16 Jan 2016 11:01:14 +0000 (11:01 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 16 Jan 2016 11:01:14 +0000 (11:01 +0000)
Lib/test/test_tarfile.py

index 9ffa2b5cf4daba300e8cdcee9e20af34eaf43098..03875abe84d7a895d8eb1b76ebbd156e59e49471 100644 (file)
@@ -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',