1 2 3 4 5 6
import pytest def test_install() -> None: with pytest.raises(ImportError): import httpx # type: ignore # noqa