TST: skip multi-opening file handle test on win32

This commit is contained in:
John Tyree 2016-02-15 16:06:07 -06:00
parent e1dfc359c9
commit 8dab3e07f2
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ class ProcessLockTest(test.TestCase):
child_pipe.send(None)
@test.testtools.skipIf(WIN32, "Windows cannot open file handles twice")
def test_non_destructive(self):
lock_file = os.path.join(self.lock_dir, 'not-destroyed')
with open(lock_file, 'w') as f: