Skip to content

Commit 8de1018

Browse files
authored
Don't capture output
1 parent 5a9fade commit 8de1018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ remove-artifacts = "julia --eval 'rm(joinpath(Base.DEPOT_PATH[1], \"artifacts\")
8181

8282
# Test
8383
test-ribasim-python = "pytest --numprocesses=4 python/ribasim/tests"
84-
test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
84+
test-ribasim-api = "pytest --capture=no --basetemp=python/ribasim_api/tests/temp --junitxml=report.xml python/ribasim_api/tests"
8585
test-ribasim-cli = "pytest --numprocesses=4 --basetemp=build/tests/temp --junitxml=report.xml build/tests"
8686
test-ribasim-core = { cmd = "julia --project=core --eval 'using Pkg; Pkg.test()'", depends_on = [
8787
"generate-testmodels",

0 commit comments

Comments
 (0)