mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update tests
This commit is contained in:
parent
6101dde1e5
commit
44687da8a6
2 changed files with 3 additions and 3 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",
|
||||||
}) == "22-64"
|
}) == "24-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,
|
||||||
}) == "22"
|
}) == "24"
|
||||||
|
|
||||||
|
|
|
@ -19,4 +19,4 @@ async def test_ubuntupkg_suite(get_version):
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_ubuntupkg_suite_with_paging(get_version):
|
async def test_ubuntupkg_suite_with_paging(get_version):
|
||||||
assert await get_version("ffmpeg", {"ubuntupkg": None, "suite": "xenial"}) == "7:2.8.15-0ubuntu0.16.04.1"
|
assert await get_version("ffmpeg", {"ubuntupkg": None, "suite": "xenial"}) == "7:2.8.17-0ubuntu0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue