tests: update test_archpkg

This commit is contained in:
lilydjwg 2020-04-08 18:17:32 +08:00
parent 430ce48e6f
commit 4fc62d3588

View file

@ -18,7 +18,7 @@ async def test_archpkg_provided(get_version):
assert await get_version("jsoncpp", {
"archpkg": None,
"provided": "libjsoncpp.so",
}) == "21-64"
}) == "22-64"
@flaky
async def test_archpkg_provided_strip(get_version):
@ -26,5 +26,5 @@ async def test_archpkg_provided_strip(get_version):
"archpkg": None,
"provided": "libjsoncpp.so",
"strip-release": True,
}) == "21"
}) == "22"