Skip to content

Commit a891471

Browse files
committed
fix
1 parent 66ca97f commit a891471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/cli_commands/local_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _run_pytest_in_docker(
9999

100100
# Build pytest command, always enforcing the same small success threshold as
101101
# the host runner so that all-zero score runs fail consistently.
102-
pytest_cmd: list[str] = ["pytest", "--ep-success-threshold", "0.01", pytest_target, "-vs"]
102+
pytest_cmd: list[str] = ["pytest", "--ep-success-threshold", "0.001", pytest_target, "-vs"]
103103

104104
cmd += [image_tag] + pytest_cmd
105105
print("Running in Docker:", " ".join(cmd))

0 commit comments

Comments
 (0)