Skip to content

Commit 0839d8a

Browse files
committed
Switch from test-extras to test-requires
1 parent 927e575 commit 0839d8a

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ignore = [
8989
[tool.cibuildwheel]
9090
build = "cp310-* cp311-* cp312-* cp313-*"
9191
test-command = "echo 'TODO'"
92-
test-requires = []
92+
test-extras = "develop"
9393
9494
[tool.cibuildwheel.linux]
9595
skip = "*i686 musllinux*"

rust/pyproject.toml.jinja

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,7 @@ ignore = [
100100
[tool.cibuildwheel]
101101
build = "cp310-*"
102102
test-command = "pytest -vvv {project}/{{module}}/tests"
103-
test-requires = [
104-
"pytest",
105-
"pytest-cov",
106-
"pytest-sugar",
107-
"pytest-xdist",
108-
]
103+
test-extras = "develop"
109104
110105
[tool.cibuildwheel.linux]
111106
before-all = """

rustjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,7 @@ ignore = [
116116
[tool.cibuildwheel]
117117
build = "cp310-*"
118118
test-command = "pytest -vvv {project}/{{module}}/tests"
119-
test-requires = [
120-
"pytest",
121-
"pytest-cov",
122-
"pytest-sugar",
123-
"pytest-xdist",
124-
]
119+
test-extras = "develop"
125120
126121
[tool.cibuildwheel.linux]
127122
before-all = """

0 commit comments

Comments
 (0)