Thanks to visit codestin.com Credit goes to github.com
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.
1 parent cbe215f commit f8577d5Copy full SHA for f8577d5
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