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:
Chih-Hsuan Yen 2019-11-18 16:58:44 +08:00
parent 3546821471
commit 7055ad555e
No known key found for this signature in database
GPG Key ID: 0453A6CA23C56315
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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"