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 7646a77 commit 2dbcfc8Copy full SHA for 2dbcfc8
tests/test_singularity.py
@@ -203,7 +203,7 @@ def test_singularity_inspect_image(tmp_path: Path):
203
# build a sandbox image
204
repo_path = workdir / "container_repo"
205
image_path = repo_path / "alpine"
206
- res_inspect = _inspect_singularity_image(image_path)
+ res_inspect = _inspect_singularity_image(str(image_path))
207
assert res_inspect is False
208
repo_path.mkdir()
209
cmd = [
0 commit comments