Skip to content

Commit fe1d614

Browse files
authored
Merge pull request #101 from dstansby/pyqt6-testing
Use pyqt6 for testing
2 parents cbe215f + f8577d5 commit fe1d614

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: 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

Diff for: 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)