mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests/test_archpkg: use "dbus" to test "provided"
This package provides a package and a so.
This commit is contained in:
parent
c8b0e673ca
commit
cddf866ef6
1 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ async def test_archpkg_strip_release(get_version):
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_archpkg_provided(get_version):
|
async def test_archpkg_provided(get_version):
|
||||||
assert await get_version("jsoncpp", {
|
assert await get_version("dbus", {
|
||||||
"source": "archpkg",
|
"source": "archpkg",
|
||||||
"provided": "libjsoncpp.so",
|
"provided": "libdbus-1.so",
|
||||||
}) == "24-64"
|
}) == "3-64"
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_archpkg_provided_strip(get_version):
|
async def test_archpkg_provided_strip(get_version):
|
||||||
|
|
Loading…
Add table
Reference in a new issue