Skip to content

Commit

Permalink
Update expected URL for pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 14, 2023
1 parent ef146d1 commit d28c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Expand Up @@ -27,7 +27,7 @@ def test_integration(the_app):
"domdf-python-tools": ("domdf-python-tools", (domdf_python_tools_url, (None, ))),
"packaging": ("packaging", ("https://packaging.pypa.io/en/stable/", (None, ))),
"requests": ("requests", ("https://requests.readthedocs.io/en/latest/", (None, ))),
"pandas": ("pandas", ("http://pandas.pydata.org/pandas-docs/stable/", (None, ))),
"pandas": ("pandas", ("https://pandas.pydata.org/docs/", (None, ))),
}
assert the_app.env.config.pkg_requirements_source == "requirements"
assert the_app.env.config.repository_root == str(PathPlus(the_app.srcdir).parent)

0 comments on commit d28c5ae

Please sign in to comment.