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 819ce6b commit f960b7fCopy full SHA for f960b7f
tests/test_core.py
@@ -22,7 +22,7 @@ def test_get_sphinx_doc_url():
22
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
23
get_sphinx_doc_url("slumber")
24
25
- with pytest.raises(ValueError, match="objects.inv not found at url .*: HTTP Status 404"):
+ with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
26
get_sphinx_doc_url("isort")
27
28
assert cache.clear(get_sphinx_doc_url)
0 commit comments