diff --git a/pytest.ini b/pytest.ini index d02cfa1c..548e5f53 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -qt_api=pyqt5 +qt_api = pyqt6 filterwarnings = error diff --git a/setup.cfg b/setup.cfg index ddf3862b..61473ac2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,8 @@ docs = sphinx-automodapi sphinx-gallery testing = - napari[pyqt5] + napari[pyqt6-experimental] + pyqt6 pytest pytest-cov pytest-mpl