We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77397a commit 37d32f0Copy full SHA for 37d32f0
tests/test_core.py
@@ -37,7 +37,7 @@ def test_get_sphinx_doc_url():
37
# Latest numpy's "Documentation" url doesn't point to Sphinx docs.
38
with pytest.raises(
39
ValueError,
40
- match="objects.inv not found at url https://numpy.org/doc/objects.inv: HTTP Status 404."
+ match="Documentation URL not found in data from PyPI."
41
):
42
get_sphinx_doc_url("numpy")
43
else:
0 commit comments