We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bee5e commit 186ee9aCopy full SHA for 186ee9a
tests/test_singularity.py
@@ -191,4 +191,4 @@ def test_singularity_local_sandbox_image(tmp_path: Path):
191
)
192
assert result_code == 0
193
else:
194
- pytest.skip(f"Failed to build the Apptainer image: {build.stderr}")
+ pytest.skip(f"Failed to build the singularity image: {build.stderr}")
0 commit comments