summaryrefslogtreecommitdiff
path: root/tests/install/test_install.py
blob: 1538180d389fe5957db81801341cd4e118ed0655 (plain)
1
2
3
4
5
6
import pytest


def test_install() -> None:
    with pytest.raises(ImportError):
        import httpx  # type: ignore # noqa