Skip to content

Commit 10c9266

Browse files
committed
process events
1 parent e1cbab9 commit 10c9266

File tree

4 files changed

+3
-7036
lines changed

4 files changed

+3
-7036
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ dmypy.json
136136
examples/_wip
137137
.ruff_cache
138138
docs/_images/
139+
uv.lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
pyqt5 = ["PyQt5>=5.15.8", "pyqt5-qt5<=5.15.2; sys_platform == 'win32'"]
5151
pyqt6 = ["pyqt6>=6.4.0"]
5252
pyside2 = ["pyside2>=5.15"]
53-
pyside6 = ["pyside6>=6.4.0,<6.10"] # TODO: fix and unpin pyside 6.10+
53+
pyside6 = ["pyside6>=6.4.0"]
5454
tqdm = ["tqdm>=4.30.0"]
5555
jupyter = ["ipywidgets>=8.0.0"]
5656
image = ["pillow>=10.4"]

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def always_qapp(qapp):
1717
for w in qapp.topLevelWidgets():
1818
w.close()
1919
w.deleteLater()
20+
app.processEvents()
2021

2122

2223
@pytest.fixture(autouse=True, scope="function")

0 commit comments

Comments
 (0)