From b92e4968ed9615e627007eb203cfb8ddd76184b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 10 Apr 2023 13:13:45 +0200 Subject: [PATCH] Update test docstring --- tests/functional/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 3d6ad9dd71e..6b5f558a960 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -646,7 +646,7 @@ def test_bad_link_hash_good_user_hash_install_success( ) -> None: """Test that wrong hash in direct URL ignored when good --hash provided. - This behaviour may be debatable, but it is not an issue in practice. + This behaviour may not be accidental? """ url = path_to_url(str(shared_data.packages.joinpath("simple-1.0.tar.gz"))) url = f"{url}#sha256=invalidhash"