Skip to content

Commit b7fcdae

Browse files
committed
Use pyqt6 for testing
1 parent cbe215f commit b7fcdae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
qt_api=pyqt5
2+
qt_api = pyqt6
33
filterwarnings =
44
error
55

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ docs =
5353
sphinx-automodapi
5454
sphinx-gallery
5555
testing =
56-
napari[pyqt5]
56+
napari[pyqt6_experimental]
57+
pyqt6
5758
pytest
5859
pytest-cov
5960
pytest-mpl

0 commit comments

Comments
 (0)