We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d32f0 commit 13807bcCopy full SHA for 13807bc
tests/test_core.py
@@ -35,10 +35,7 @@ def test_get_sphinx_doc_url():
35
36
if sys.version_info[:2] != (3, 8):
37
# Latest numpy's "Documentation" url doesn't point to Sphinx docs.
38
- with pytest.raises(
39
- ValueError,
40
- match="Documentation URL not found in data from PyPI."
41
- ):
+ with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
42
get_sphinx_doc_url("numpy")
43
else:
44
assert re.match(r"https://numpy\.org/doc/1\.\d\d/", get_sphinx_doc_url("numpy"))
0 commit comments