Skip to content

Commit

Permalink
Update package versions in test_rpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkarr committed Feb 4, 2024
1 parent a08cfe3 commit 1774b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_rpkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ async def test_cran(get_version):
'pkgname': 'xml2',
'repo': 'cran',
'md5': True,
}) == '1.3.5#20780f576451bb22e74ba6bb3aa09435'
}) == '1.3.6#fc6679028dca1f3047c8c745fb724524'

async def test_bioc(get_version):
assert await get_version('BiocVersion', {
'source': 'rpkgs',
'pkgname': 'BiocVersion',
'repo': 'bioc',
}) == '3.18.0'
}) == '3.18.1'

async def test_bioc_data_annotation(get_version):
assert await get_version('GO.db', {
Expand Down

0 comments on commit 1774b72

Please sign in to comment.