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 4ee3932 commit b92e496Copy full SHA for b92e496
tests/functional/test_install.py
@@ -646,7 +646,7 @@ def test_bad_link_hash_good_user_hash_install_success(
646
) -> None:
647
"""Test that wrong hash in direct URL ignored when good --hash provided.
648
649
- This behaviour may be debatable, but it is not an issue in practice.
+ This behaviour may not be accidental?
650
"""
651
url = path_to_url(str(shared_data.packages.joinpath("simple-1.0.tar.gz")))
652
url = f"{url}#sha256=invalidhash"
0 commit comments