We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe215f + f8577d5 commit fe1d614Copy full SHA for fe1d614
pytest.ini
@@ -1,5 +1,5 @@
1
[pytest]
2
-qt_api=pyqt5
+qt_api = pyqt6
3
filterwarnings =
4
error
5
setup.cfg
@@ -53,7 +53,8 @@ docs =
53
sphinx-automodapi
54
sphinx-gallery
55
testing =
56
- napari[pyqt5]
+ napari[pyqt6-experimental]
57
+ pyqt6
58
pytest
59
pytest-cov
60
pytest-mpl
0 commit comments