From 6716a2880c03a7764178c2f75ffb62faf36e5903 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 1 Mar 2022 09:13:19 +0100 Subject: [PATCH] [test_utils] Fix tests after URL change --- bob/extension/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/extension/test_utils.py b/bob/extension/test_utils.py index 06247b0..77af867 100644 --- a/bob/extension/test_utils.py +++ b/bob/extension/test_utils.py @@ -196,7 +196,7 @@ package-z result = link_documentation(additional_packages, stringio(f)) expected = [ 'https://docs.python.org/%d.%d/' % sys.version_info[:2], - 'https://matplotlib.org/', + 'https://matplotlib.org/stable/', 'https://setuptools.readthedocs.io/en/latest/', server % 'bob.extension', server % 'gridtk', -- GitLab