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 fddd52b commit 26fd5c7Copy full SHA for 26fd5c7
tests/test_core.py
@@ -24,7 +24,7 @@ def test_get_sphinx_doc_url():
24
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
25
get_sphinx_doc_url("slumber")
26
27
- 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."):
28
get_sphinx_doc_url("isort")
29
30
assert cache.clear(get_sphinx_doc_url)
0 commit comments