We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a8a28 commit 2adea72Copy full SHA for 2adea72
tests/unit/test_req_file.py
@@ -403,7 +403,7 @@ def test_recursive_relative_requirements_file(
403
monkeypatch.setattr(os.path, "abspath", lambda x: x)
404
with pytest.raises(
405
pip._internal.exceptions.InstallationError,
406
- match=r"Could not open requirements file: \[Errno 36\] File name too long:",
+ match="Could not open requirements file: .* File name too long:",
407
):
408
list(parse_requirements(filename=str(root_req_file), session=session))
409
0 commit comments