From f5a104a382496211e4a480fa75c1e4d1b02b6948 Mon Sep 17 00:00:00 2001 From: Christophe Guillon <christophe.guillon@inria.fr> Date: Tue, 10 Sep 2024 13:04:06 +0200 Subject: [PATCH] [Build] Make cibuildwheel tests more verbose Add verbosity and disable stdio capture in pytest command. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c32fbcf4..b838aca5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test-requires = "pytest" # The root causes for this conditional build is that 1. the python embedded interpreter # is not alweays available, and 2. the aidge_core library depends on it as of now. # Hopefully this latter dependency may be removed in the future, simplifying the build. -test-command = "pytest {package}/aidge_core/unit_tests" +test-command = "pytest -v --capture=no {package}/aidge_core/unit_tests" # uncomment to run cibuildwheel locally on selected distros # build=[ # "cp38-manylinux_x86_64", -- GitLab