diff options
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r-- | Lib/test/test_os.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 2cfcebc..2340b84 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -238,7 +238,6 @@ class StatAttributeTests(unittest.TestCase): self.addCleanup(support.unlink, self.fname) create_file(self.fname, b"ABC") - @unittest.skipUnless(hasattr(os, 'stat'), 'test needs os.stat()') def check_stat_attributes(self, fname): result = os.stat(fname) |