mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added test skip under Windows, as not applicable there.
This commit is contained in:
parent
cf4a1b7ecf
commit
d70be9ba1f
1 changed files with 1 additions and 0 deletions
|
@ -2331,6 +2331,7 @@ for when, exp in (('S', 1),
|
||||||
|
|
||||||
class HandlerTest(BaseTest):
|
class HandlerTest(BaseTest):
|
||||||
|
|
||||||
|
@unittest.skipIf(os.name == 'nt', 'WatchedFileHandler not appropriate for Windows.')
|
||||||
@unittest.skipUnless(threading, 'Threading required for this test.')
|
@unittest.skipUnless(threading, 'Threading required for this test.')
|
||||||
def test_race(self):
|
def test_race(self):
|
||||||
# Issue #14632 refers.
|
# Issue #14632 refers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue