update tests

Microsoft's teams repo has gone.
This commit is contained in:
lilydjwg 2023-03-26 18:39:05 +08:00
parent addc7d0b52
commit 577a42ef89
2 changed files with 1 additions and 12 deletions

View file

@ -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.")

View file

@ -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"