From 69008f3bdc77429f21ea9e5eeed8dff80c6b6f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Di=20Remigio=20Eik=C3=A5s?= Date: Sat, 1 Aug 2026 19:47:52 +0200 Subject: [PATCH] chore(cibuildwheel): remove non-existent extras for testing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1593c7b0..84fa2a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -346,7 +346,7 @@ build = ["cp311-*", "cp312-*", "cp313-*", "cp314-*"] skip = ["*-musllinux_*"] test-command = "python -m pytest {package}/tests" test-groups = ["test"] -test-extras = ["qiskit", "openfermion", "pyscf"] +test-extras = ["qiskit"] [tool.cibuildwheel.linux] before-all = ["./tools/install-deps.sh --skip-boost-test --skip-msgpack"]