Update testing/acceptance_test.py

This commit is contained in:
Bruno Oliveira 2024-01-29 15:48:41 -03:00 committed by Ran Benita
parent 467487a7c0
commit ccac3261ea
1 changed files with 1 additions and 1 deletions

View File

@ -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