Running: ``` from pytestqt.qt_compat import qt_api print(qt_api.QtCore) ``` results in the following error: ``` AttributeError: '_QtApi' object has no attribute 'QtCore' ``` This error arises when `pytest` collects the test cases from `tests/test_modeltest.py`.