diff --git a/pyproject.toml b/pyproject.toml index 3c32fbcf44e0fd03abf085921524624612833906..b838aca5ee100d182ba88b79f23f3a2ebff9acf3 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",