Skip to content

Commit 11e0462

Browse files
committed
fix: clarify pytest-qt dependency in tox.ini for Frame Removal tests
1 parent 73afc29 commit 11e0462

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ passenv =
3333
extras =
3434
testing
3535
deps =
36-
# Only install the testing dependencies here; main deps come from the package itself
37-
pytest>=7.0.0
38-
pytest-cov
39-
pytest-timeout
36+
# Additional test dependencies beyond what's in [project.optional-dependencies.testing]
37+
# pytest-qt is already in testing extras, but listed here for explicitness
4038
pytest-qt
4139
commands =
4240
# Run full test suite but skip slow tests (e.g., heavy Spotiflow detection) on all platforms by default.

0 commit comments

Comments
 (0)