mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 02:46:49 +00:00
Update for upcoming ipw2100-fw 1.3-10
It's rebuilt during the last [core] mass rebuilds [1]. [1] https://lists.archlinux.org/pipermail/arch-dev-public/2019-November/029721.html
This commit is contained in:
parent
3546821471
commit
7055ad555e
@ -7,7 +7,7 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||
|
||||
@flaky
|
||||
async def test_archpkg(get_version):
|
||||
assert await get_version("ipw2100-fw", {"archpkg": None}) == "1.3-9"
|
||||
assert await get_version("ipw2100-fw", {"archpkg": None}) == "1.3-10"
|
||||
|
||||
@flaky
|
||||
async def test_archpkg_strip_release(get_version):
|
||||
|
@ -8,7 +8,7 @@ pytestmark = [pytest.mark.asyncio,
|
||||
reason="requires pacman command")]
|
||||
|
||||
async def test_pacman(get_version):
|
||||
assert await get_version("ipw2100-fw", {"pacman": None}) == "1.3-9"
|
||||
assert await get_version("ipw2100-fw", {"pacman": None}) == "1.3-10"
|
||||
|
||||
async def test_pacman_strip_release(get_version):
|
||||
assert await get_version("ipw2100-fw", {"pacman": None, "strip-release": 1}) == "1.3"
|
||||
|
Loading…
Reference in New Issue
Block a user