From 0839d8a6b7c610cbf71b11a889c6952ea36b3bd1 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:18:40 -0500 Subject: [PATCH] Switch from test-extras to test-requires --- cpp/pyproject.toml.jinja | 2 +- rust/pyproject.toml.jinja | 7 +------ rustjswasm/pyproject.toml.jinja | 7 +------ 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/cpp/pyproject.toml.jinja b/cpp/pyproject.toml.jinja index 3ea7c4e..6f87d36 100644 --- a/cpp/pyproject.toml.jinja +++ b/cpp/pyproject.toml.jinja @@ -89,7 +89,7 @@ ignore = [ [tool.cibuildwheel] build = "cp310-* cp311-* cp312-* cp313-*" test-command = "echo 'TODO'" -test-requires = [] +test-extras = "develop" [tool.cibuildwheel.linux] skip = "*i686 musllinux*" diff --git a/rust/pyproject.toml.jinja b/rust/pyproject.toml.jinja index b91796a..19fcf6e 100644 --- a/rust/pyproject.toml.jinja +++ b/rust/pyproject.toml.jinja @@ -100,12 +100,7 @@ ignore = [ [tool.cibuildwheel] build = "cp310-*" test-command = "pytest -vvv {project}/{{module}}/tests" -test-requires = [ - "pytest", - "pytest-cov", - "pytest-sugar", - "pytest-xdist", -] +test-extras = "develop" [tool.cibuildwheel.linux] before-all = """ diff --git a/rustjswasm/pyproject.toml.jinja b/rustjswasm/pyproject.toml.jinja index 9316765..cb0e21e 100644 --- a/rustjswasm/pyproject.toml.jinja +++ b/rustjswasm/pyproject.toml.jinja @@ -116,12 +116,7 @@ ignore = [ [tool.cibuildwheel] build = "cp310-*" test-command = "pytest -vvv {project}/{{module}}/tests" -test-requires = [ - "pytest", - "pytest-cov", - "pytest-sugar", - "pytest-xdist", -] +test-extras = "develop" [tool.cibuildwheel.linux] before-all = """