Skip to content

Commit aa7a57a

Browse files
Tor ColvinTor Colvin
authored andcommitted
Use unquestionably long paths
1 parent e7df8f6 commit aa7a57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pathlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def renamed_failed(*args):
9393

9494
def test_long_path_during_cleanup(tmp_path):
9595
"""Ensure that deleting long path works (particularly on Windows (#6775))."""
96-
path = tmp_path / ("a" * 200)
96+
path = tmp_path / ("a" * 300)
9797
if sys.platform == "win32":
9898
dirname = path.resolve()
9999
dirname = "\\\\?\\" + str(path)

0 commit comments

Comments
 (0)