Skip to content

Commit d484532

Browse files
author
Mathieu
committed
✅ fix numpy error check
1 parent 7dc9e8e commit d484532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_get_sphinx_doc_url():
3737
# Latest numpy's "Documentation" url doesn't point to Sphinx docs.
3838
with pytest.raises(
3939
ValueError,
40-
match="objects.inv not found at url https://numpy.org/doc/objects.inv: HTTP Status 404."
40+
match="Documentation URL not found in data from PyPI."
4141
):
4242
get_sphinx_doc_url("numpy")
4343
else:

0 commit comments

Comments
 (0)