Skip to content

Commit

Permalink
still update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed May 5, 2024
1 parent ddd524d commit bfbc3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/at-maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import re

from lilac2.lilacyaml import iter_pkgdir, load_lilac_yaml

REPOPATH = pathlib.Path('/ldata/src/archgitrepo/archlinuxcn')
REPOPATH = pathlib.Path('/ssddata/src/archgitrepo/archlinuxcn')

PkgPattern = re.compile(r'[\w.+-]+')

Expand Down
4 changes: 2 additions & 2 deletions tests/test_rpkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def test_bioc_data_annotation(get_version):
'source': 'rpkgs',
'pkgname': 'GO.db',
'repo': 'bioc-data-annotation',
}) == '3.19.0'
}) == '3.19.1'

async def test_bioc_data_experiment(get_version):
assert await get_version('ALL', {
Expand All @@ -73,4 +73,4 @@ async def test_bioc_workflows(get_version):
'pkgname': 'liftOver',
'repo': 'bioc-workflows',
'md5': True,
}) == '1.26.0#65b97e4b79a79c7a4bbdebcb647f1faf'
}) == '1.28.0#336a9b7f29647ba8b26eb4dc139d755c'

0 comments on commit bfbc3c3

Please sign in to comment.