diff --git a/tests/test_apt.py b/tests/test_apt.py index f2f68db..c579001 100644 --- a/tests/test_apt.py +++ b/tests/test_apt.py @@ -41,14 +41,3 @@ async def test_apt_deepin(get_version): "suite": "apricot", }) == "0.1.6-1" -@flaky(max_runs=10) -async def test_apt_multiversions(get_version): - ver = await get_version("ms-teams", { - "source": "apt", - "mirror": "https://packages.microsoft.com/repos/ms-teams", - "pkg": "teams", - "suite": "stable", - "repo": "main", - "arch": "amd64", - }) - assert ver.startswith("1.5.00.") diff --git a/tests/test_vsmarketplace.py b/tests/test_vsmarketplace.py index 162e9fa..1a14081 100644 --- a/tests/test_vsmarketplace.py +++ b/tests/test_vsmarketplace.py @@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_vsmarketplace(get_version): assert await get_version("usernamehw.indent-one-space", { "source": "vsmarketplace", - }) == "0.3.0" + }) == "1.0.0"