We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7d5f03 + 6bc7e53 commit 746330eCopy full SHA for 746330e
1 file changed
tests/test_rpkgs.py
@@ -53,21 +53,21 @@ async def test_bioc(get_version):
53
'source': 'rpkgs',
54
'pkgname': 'BiocVersion',
55
'repo': 'bioc',
56
- }) == '3.22.0'
+ }) == '3.23.1'
57
58
async def test_bioc_data_annotation(get_version):
59
assert await get_version('GO.db', {
60
61
'pkgname': 'GO.db',
62
'repo': 'bioc-data-annotation',
63
64
65
async def test_bioc_data_experiment(get_version):
66
assert await get_version('ALL', {
67
68
'pkgname': 'ALL',
69
'repo': 'bioc-data-experiment',
70
- }) == '1.52.0'
+ }) == '1.53.0'
71
72
async def test_bioc_workflows(get_version):
73
ver = await get_version('liftOver', {
0 commit comments