From 1d85f90a4385cf65a9b2f660430704592d05c13b Mon Sep 17 00:00:00 2001 From: RalfG Date: Tue, 1 Oct 2024 16:04:20 +0200 Subject: [PATCH] Fix stupid mistake --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97e0731..cd78362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,9 +92,7 @@ target-version = 'py39' [tool.cibuildwheel] build = "cp3*-manylinux_x86_64 cp3*-musllinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64" skip = "cp36-* cp37-* cp38-*" -before-test = "cd {project} && rm -r ms2pip" # Remove the ms2pip dir to avoid conflicts with the built wheel -test-requires = "pytest" -test-command = "pytest {package}/tests && ms2pip --help" +test-command = "ms2pip --help" [tool.cibuildwheel.macos] before-all = "brew install libomp"