Skip to content

Commit 10947a6

Browse files
committed
mark test depending on ref counting
1 parent 070f0ab commit 10947a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_os.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_closerange(self):
4848
os.closerange(first, first + 2)
4949
self.assertRaises(OSError, os.write, first, "a")
5050

51+
@test_support.cpython_only
5152
def test_rename(self):
5253
path = unicode(test_support.TESTFN)
5354
old = sys.getrefcount(path)

0 commit comments

Comments
 (0)