We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73afc29 commit 11e0462Copy full SHA for 11e0462
1 file changed
tox.ini
@@ -33,10 +33,8 @@ passenv =
33
extras =
34
testing
35
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
+ # Additional test dependencies beyond what's in [project.optional-dependencies.testing]
+ # pytest-qt is already in testing extras, but listed here for explicitness
40
pytest-qt
41
commands =
42
# Run full test suite but skip slow tests (e.g., heavy Spotiflow detection) on all platforms by default.
0 commit comments