Skip to content

Commit 2a60064

Browse files
pre-commit-ci[bot]Mathieu
authored and
Mathieu
committed
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d484532 commit 2a60064

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_core.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ def test_get_sphinx_doc_url():
3535

3636
if sys.version_info[:2] != (3, 8):
3737
# 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-
):
38+
with pytest.raises(ValueError, match="Documentation URL not found in data from PyPI."):
4239
get_sphinx_doc_url("numpy")
4340
else:
4441
assert re.match(r"https://numpy\.org/doc/1\.\d\d/", get_sphinx_doc_url("numpy"))

0 commit comments

Comments
 (0)