Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed May 5, 2024
1 parent 6d40aa2 commit ddd524d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
exclude: []
Expand Down
6 changes: 3 additions & 3 deletions tests/test_rpkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ async def test_bioc(get_version):
'source': 'rpkgs',
'pkgname': 'BiocVersion',
'repo': 'bioc',
}) == '3.18.1'
}) == '3.19.1'

async def test_bioc_data_annotation(get_version):
assert await get_version('GO.db', {
'source': 'rpkgs',
'pkgname': 'GO.db',
'repo': 'bioc-data-annotation',
}) == '3.18.0'
}) == '3.19.0'

async def test_bioc_data_experiment(get_version):
assert await get_version('ALL', {
'source': 'rpkgs',
'pkgname': 'ALL',
'repo': 'bioc-data-experiment',
}) == '1.44.0'
}) == '1.46.0'

async def test_bioc_workflows(get_version):
assert await get_version('liftOver', {
Expand Down

0 comments on commit ddd524d

Please sign in to comment.