Skip to content

Commit 21463fc

Browse files
author
Benedikt Schmitt
committed
Merge branch 'master' of github.com:benediktschmitt/py-filelock
2 parents b30cdd2 + 3fa77c1 commit 21463fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ def test_context1(self):
334334
self.assertFalse(lock.is_locked)
335335
return None
336336

337+
@unittest.skipIf(hasattr(sys, 'pypy_version_info'),
338+
'del() does not trigger GC in PyPy')
337339
def test_del(self):
338340
"""
339341
Tests, if the lock is released, when the object is deleted.

0 commit comments

Comments
 (0)