mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-13 01:30:54 +00:00
tests: update Debian package versions again
This commit is contained in:
parent
47ce6fc2e4
commit
c306b44711
@ -11,7 +11,7 @@ async def test_apt(get_version):
|
|||||||
"source": "apt",
|
"source": "apt",
|
||||||
"mirror": "http://deb.debian.org/debian/",
|
"mirror": "http://deb.debian.org/debian/",
|
||||||
"suite": "sid",
|
"suite": "sid",
|
||||||
}) == "0.1.7-2"
|
}) == "0.1.7-3"
|
||||||
|
|
||||||
@pytest.mark.flaky(reruns=10)
|
@pytest.mark.flaky(reruns=10)
|
||||||
async def test_apt_srcpkg(get_version):
|
async def test_apt_srcpkg(get_version):
|
||||||
|
@ -9,7 +9,7 @@ pytestmark = [pytest.mark.asyncio(scope="session"), pytest.mark.needs_net]
|
|||||||
async def test_debianpkg(get_version):
|
async def test_debianpkg(get_version):
|
||||||
assert await get_version("sigrok-firmware-fx2lafw", {
|
assert await get_version("sigrok-firmware-fx2lafw", {
|
||||||
"source": "debianpkg",
|
"source": "debianpkg",
|
||||||
}) == "0.1.7-2"
|
}) == "0.1.7-3"
|
||||||
|
|
||||||
@pytest.mark.flaky(reruns=10)
|
@pytest.mark.flaky(reruns=10)
|
||||||
async def test_debianpkg_strip_release(get_version):
|
async def test_debianpkg_strip_release(get_version):
|
||||||
|
Loading…
Reference in New Issue
Block a user