Skip to content

Commit 056cd8e

Browse files
committed
removed exitfirst from pytest.ini
1 parent c362ea1 commit 056cd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ testpaths = ["pydra"]
140140
log_cli_level = "INFO"
141141
xfail_strict = true
142142
addopts = [
143-
"-svx",
143+
"-sv",
144144
"-ra",
145145
"--strict-config",
146146
"--strict-markers",

0 commit comments

Comments
 (0)