Skip to content

Commit 9aa9206

Browse files
committed
chore: pin pytest-qt
1 parent 45a54d1 commit 9aa9206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ third-party-support = [
6969
"toolz>=1.0.0",
7070
]
7171
test-min = ["pytest>=8.4.0", "pytest-cov >=6.1", "pytest-mypy-plugins>=3.1"]
72-
test-qt = [{ include-group = "test-min" }, "pytest-qt >=4.3.0"]
72+
test-qt = [{ include-group = "test-min" }, "pytest-qt ==4.4.0"]
7373
test = [
7474
"magicgui[tqdm,jupyter,image,quantity]",
7575
{ include-group = "test-min" },
@@ -88,6 +88,7 @@ dev = [
8888
"pre-commit-uv>=4",
8989
"pyqt6>=6.8.0",
9090
"rich>=13.9.4",
91+
"marimo>=0.13.15",
9192
]
9293
docs = [
9394
"mkdocs >=1.5.3",

0 commit comments

Comments
 (0)