Skip to content

Commit

Permalink
biocontainers test is flaky, automatically retry it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 11, 2024
1 parent 6c9e6fb commit 208f733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ bagit>=1.6.4,<1.9
pytest>= 6.2,< 8.2
pytest-xdist
pytest-httpserver
pytest-retry;python_version>'3.9'
mock>=2.0.0
pytest-mock>=1.10.0
pytest-cov
Expand Down
1 change: 1 addition & 0 deletions tests/test_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

@needs_docker
@pytest.mark.skipif(not deps, reason="galaxy-tool-util is not installed")
@pytest.mark.flaky(retries=3)
def test_biocontainers(tmp_path: Path) -> None:
wflow = get_data("tests/seqtk_seq.cwl")
job = get_data("tests/seqtk_seq_job.json")
Expand Down

0 comments on commit 208f733

Please sign in to comment.