From 78f8480621b4baf22b7ba029d23c905cb7ca2b9f Mon Sep 17 00:00:00 2001 From: Bruno Saraiva Date: Sat, 12 Aug 2023 17:24:18 +0100 Subject: [PATCH] tentative changes to fix manylinux build --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 676582b6..9093ce09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,15 +173,15 @@ build-verbosity = 0 # before-build = ["git status"] # repair-wheel-command = "" -# test-command = "pytest {project}/tests" +test-command = "pytest {project}/tests" test-requires = ["nanopyx[test]"] # test-extras = [] [tool.cibuildwheel.linux] archs = ["x86_64"] -# before-all = "yum install opencv opencv-devel opencv-python" +before-all = "yum install opencv opencv-devel opencv-python" # before-all = "yum install opencv-python" -# repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}" +repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}" [tool.cibuildwheel.macos] archs = ["x86_64", "arm64"]