File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,6 @@ classifiers=[
3535 " Topic :: Utilities" ,
3636]
3737
38- [project .optional-dependencies ]
39- # Need to keep the `test` group until cibuildwheel supports dependency groups
40- # for iOS and Android.
41- test = [
42- " pytest == 8.4.1" ,
43- ]
44-
4538[dependency-groups ]
4639# Extras used by developers *of* briefcase are pinned to specific versions to
4740# ensure environment consistency.
@@ -70,9 +63,8 @@ Tracker = "https://github.com/freakboy3742/pyspamsum/issues"
7063Source = " https://github.com/freakboy3742/pyspamsum/"
7164
7265[tool .cibuildwheel ]
73- test-command = " python -m pytest"
74- test-extras = [" test" ]
75- # test-groups = ["test"]
66+ test-command = " python -m pytest -vv"
67+ test-groups = [" test" ]
7668test-sources = [" tests" ]
7769xbuild-tools = []
7870
You can’t perform that action at this time.
0 commit comments