Skip to content

Commit 95fe31e

Browse files
committed
Fix pre-commit error
1 parent 42819b9 commit 95fe31e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

news/13346.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Provide a hint if a system error is raised involving long filenames or path segments on Windows.
1+
Provide a hint if a system error is raised involving long filenames or path segments on Windows.

tests/unit/test_command_install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def test_most_cases(
121121
"Consider checking your local proxy configuration"
122122
' with "pip config debug".\n',
123123
),
124-
# Testing both long path error (ENOENT) and long file/folder name error (EINVAL) on Windows
124+
# Testing both long path error (ENOENT)
125+
# and long file/folder name error (EINVAL) on Windows
125126
pytest.param(
126127
OSError(errno.ENOENT, "No such file or directory", "C:/foo/" + "a" * 261),
127128
False,

0 commit comments

Comments
 (0)