Skip to content

Commit 0f477c3

Browse files
committed
Use different project to test non-sphinx documentation as isort no longer links to their docs from PyPI
1 parent 1e078a0 commit 0f477c3

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
@@ -25,7 +25,7 @@ def test_get_sphinx_doc_url():
2525
get_sphinx_doc_url("slumber")
2626

2727
with pytest.raises(ValueError, match="objects.inv not found at url .*: HTTP Status 404"):
28-
get_sphinx_doc_url("isort")
28+
get_sphinx_doc_url("autodoc_pydantic")
2929

3030
assert cache.clear(get_sphinx_doc_url)
3131
assert not (cache.cache_dir / "get_sphinx_doc_url.json").is_file()

0 commit comments

Comments
 (0)