◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
1 change: 1 addition & 0 deletions test/test_submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ def test_rename(self, rwdir):
# garbage collector detailed in https://github.com/python/cpython/issues/97922.)
if sys.platform == "win32" and sys.version_info >= (3, 12):
gc.collect()

new_path = "renamed/myname"
assert sm.move(new_path).name == new_path
Expand Down
Loading
Toggle all file notes Toggle all file annotations