Skip to content

Commit f4d572c

Browse files
committed
Switch to dependency groups for test requirements.
1 parent 9d40af3 commit f4d572c

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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"
7063
Source = "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"]
7668
test-sources = ["tests"]
7769
xbuild-tools = []
7870

0 commit comments

Comments
 (0)