We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45d32 commit 65cbc97Copy full SHA for 65cbc97
1 file changed
tests/integration/longitudinal/conftest.py
@@ -161,6 +161,8 @@ def longitudinal_template_output(
161
# Template generation is still returning silent non-zero on the
162
# nightly; cache-bypass here gives us raw container stderr on
163
# failure without losing the anat fixture's cache benefit.
164
+ # TODO: drop once styx-api/styx-runtime-py#9 lands and surfaces
165
+ # container stderr through the cache wrapper.
166
bypass_cache=True,
167
)
168
return ds000114_anat_derivatives
0 commit comments