Skip to content

Commit

Permalink
Debug of test_singularity_container_test test
Browse files Browse the repository at this point in the history
which started failing on GitHub CI testing but not locally.
  • Loading branch information
nsoranzo committed Dec 16, 2024
1 parent 97fbd96 commit 1fade8a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ def test_singularity_container_test(tmp_path) -> None:
"singularity",
tmp_path,
)
assert "samtools:1.0--1" in results["passed"]
assert "pybigwig:0.3.22--py36h54a71a5_0" in results["passed"]
assert "yasm:1.3.0--0" in results["notest"]
assert "samtools:1.0--1" in results["passed"], results
assert "pybigwig:0.3.22--py36h54a71a5_0" in results["passed"], results
assert "yasm:1.3.0--0" in results["notest"], results

0 comments on commit 1fade8a

Please sign in to comment.