Skip to content

Commit d28c5ae

Browse files
committed
Update expected URL for pandas
1 parent ef146d1 commit d28c5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_integration(the_app):
2727
"domdf-python-tools": ("domdf-python-tools", (domdf_python_tools_url, (None, ))),
2828
"packaging": ("packaging", ("https://packaging.pypa.io/en/stable/", (None, ))),
2929
"requests": ("requests", ("https://requests.readthedocs.io/en/latest/", (None, ))),
30-
"pandas": ("pandas", ("http://pandas.pydata.org/pandas-docs/stable/", (None, ))),
30+
"pandas": ("pandas", ("https://pandas.pydata.org/docs/", (None, ))),
3131
}
3232
assert the_app.env.config.pkg_requirements_source == "requirements"
3333
assert the_app.env.config.repository_root == str(PathPlus(the_app.srcdir).parent)

0 commit comments

Comments
 (0)