Update testing/acceptance_test.py
This commit is contained in:
parent
467487a7c0
commit
ccac3261ea
|
@ -1452,7 +1452,7 @@ def test_issue_9765(pytester: Pytester) -> None:
|
||||||
) from exc
|
) from exc
|
||||||
|
|
||||||
|
|
||||||
def test_issue_11872():
|
def test_issue_11872() -> None:
|
||||||
# see https://github.com/pytest-dev/pytest/issues/11872
|
# see https://github.com/pytest-dev/pytest/issues/11872
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue