tests: update

This commit is contained in:
lilydjwg 2023-10-14 15:19:13 +08:00
parent d00203d103
commit 5dcb3bc36a

View file

@ -9,7 +9,7 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_archpkg(get_version):
assert await get_version("base", {
"source": "archpkg",
}) == "3-1"
}) == "3-2"
@flaky
async def test_archpkg_strip_release(get_version):