diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 35d4e58b65e..64d02322313 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -481,6 +481,7 @@ def test_install_editable_from_bazaar(script: PipTestEnvironment) -> None: @pytest.mark.network +@pytest.mark.flaky(reruns=3, reruns_delay=5) # Launchpad is flaky @need_bzr def test_vcs_url_urlquote_normalization( script: PipTestEnvironment, tmpdir: Path