Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e86eed

Browse files
committed
Reapplied skip logic for test on Windows, which appears to have been lost during a merge.
1 parent c1f0b53 commit 5e86eed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ def test_builtin_handlers(self):
582582
self.assertFalse(h.shouldFlush(r))
583583
h.close()
584584

585+
@unittest.skipIf(os.name == 'nt', 'WatchedFileHandler not appropriate for Windows.')
585586
@unittest.skipUnless(threading, 'Threading required for this test.')
586587
def test_race(self):
587588
# Issue #14632 refers.

0 commit comments

Comments
 (0)