mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: update test_archpkg
This commit is contained in:
parent
430ce48e6f
commit
4fc62d3588
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ async def test_archpkg_provided(get_version):
|
||||||
assert await get_version("jsoncpp", {
|
assert await get_version("jsoncpp", {
|
||||||
"archpkg": None,
|
"archpkg": None,
|
||||||
"provided": "libjsoncpp.so",
|
"provided": "libjsoncpp.so",
|
||||||
}) == "21-64"
|
}) == "22-64"
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_archpkg_provided_strip(get_version):
|
async def test_archpkg_provided_strip(get_version):
|
||||||
|
@ -26,5 +26,5 @@ async def test_archpkg_provided_strip(get_version):
|
||||||
"archpkg": None,
|
"archpkg": None,
|
||||||
"provided": "libjsoncpp.so",
|
"provided": "libjsoncpp.so",
|
||||||
"strip-release": True,
|
"strip-release": True,
|
||||||
}) == "21"
|
}) == "22"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue