From cb92d1889d23947dfa8322cc76fc57482fa79d47 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 14 Nov 2023 13:36:16 +1100 Subject: [PATCH] none --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 021b40b29d9..6bda1b2ef5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,6 @@ Twitter = "https://twitter.com/PythonPillow" [tool.cibuildwheel] before-all = ".github/workflows/wheels-dependencies.sh" test-command = "cd {project} && .github/workflows/wheels-test.sh" -test-extras = "test" [tool.setuptools] packages = ["PIL"]