We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a876118 commit a95a3c6Copy full SHA for a95a3c6
tests/test_rpkgs.py
@@ -51,21 +51,21 @@ async def test_bioc(get_version):
51
'source': 'rpkgs',
52
'pkgname': 'BiocVersion',
53
'repo': 'bioc',
54
- }) == '3.20.0'
+ }) == '3.21.1'
55
56
async def test_bioc_data_annotation(get_version):
57
assert await get_version('GO.db', {
58
59
'pkgname': 'GO.db',
60
'repo': 'bioc-data-annotation',
61
+ }) == '3.21.0'
62
63
async def test_bioc_data_experiment(get_version):
64
assert await get_version('ALL', {
65
66
'pkgname': 'ALL',
67
'repo': 'bioc-data-experiment',
68
- }) == '1.48.0'
+ }) == '1.50.0'
69
70
async def test_bioc_workflows(get_version):
71
ver = await get_version('liftOver', {
0 commit comments