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 12c05e2 commit 17050d9Copy full SHA for 17050d9
tests/test_pip_compat.py
@@ -21,4 +21,4 @@ def test_parse_requirements_preserve_editable_relative_path(tmp_path, repository
21
)
22
23
assert install_requirement.link.url == test_package_path
24
- assert install_requirement.link.file_path == test_package_path
+ assert install_requirement.link.file_path == ""
0 commit comments