Skip to content
Snippets Groups Projects
Commit f5a104a3 authored by Christophe Guillon's avatar Christophe Guillon Committed by Olivier BICHLER
Browse files

[Build] Make cibuildwheel tests more verbose

Add verbosity and disable stdio capture in pytest command.
parent e83f0b6f
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!187[Build] Enable build of C++ unit tests with python bindings
Pipeline #54611 passed
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment