From c306b44711dc11c4b5b49c2fe29b79d266e21733 Mon Sep 17 00:00:00 2001 From: Chih-Hsuan Yen <645432-yan12125@users.noreply.gitlab.com> Date: Mon, 8 Apr 2024 14:31:24 +0800 Subject: [PATCH] tests: update Debian package versions again --- tests/test_apt.py | 2 +- tests/test_debianpkg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_apt.py b/tests/test_apt.py index 42b0cb8..030c165 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -11,7 +11,7 @@ async def test_apt(get_version): "source": "apt", "mirror": "http://deb.debian.org/debian/", "suite": "sid", - }) == "0.1.7-2" + }) == "0.1.7-3" @pytest.mark.flaky(reruns=10) async def test_apt_srcpkg(get_version): diff --git a/tests/test_debianpkg.py b/tests/test_debianpkg.py index 06d36d5..0366337 100644 --- a/tests/test_debianpkg.py +++ b/tests/test_debianpkg.py @@ -9,7 +9,7 @@ pytestmark = [pytest.mark.asyncio(scope="session"), pytest.mark.needs_net] async def test_debianpkg(get_version): assert await get_version("sigrok-firmware-fx2lafw", { "source": "debianpkg", - }) == "0.1.7-2" + }) == "0.1.7-3" @pytest.mark.flaky(reruns=10) async def test_debianpkg_strip_release(get_version):