File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ignore = [
8989[tool.cibuildwheel]
9090build = " cp310-* cp311-* cp312-* cp313-* "
9191test-command = " echo ' TODO' "
92- test-requires = []
92+ test-extras = " develop "
9393
9494[tool.cibuildwheel.linux]
9595skip = " *i686 musllinux* "
Original file line number Diff line number Diff line change @@ -100,12 +100,7 @@ ignore = [
100100[tool.cibuildwheel]
101101build = " cp310-* "
102102test-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]
111106before-all = " " "
Original file line number Diff line number Diff line change @@ -116,12 +116,7 @@ ignore = [
116116[tool.cibuildwheel]
117117build = " cp310-* "
118118test-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]
127122before-all = " " "
You can’t perform that action at this time.
0 commit comments