You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite flaky test_vcs_url_urlquote_normalization to use local git repo (#13243)
Looking at the VCS code, I'm not actually sure if the original test is
testing what's supposed to be testing nowadays. The docstring suggests
it's testing the compare_urls() method in vcs/versioncontrol.py but it
never called in the original test.
Anyway, this test has been particularly flaky as Launchpad frequently
timeouts. We don't need to test bzr here, so let's switch to test
against a local git repository.
0 commit comments