DEBSOURCES
Skip Quicknav
sources / python-gitlab / 1%3A8.0.0-1 / tests / install / test_install.py
123456
import pytest def test_install() -> None: with pytest.raises(ImportError): import aiohttp # type: ignore # noqa