mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update tests
Microsoft's teams repo has gone.
This commit is contained in:
parent
addc7d0b52
commit
577a42ef89
2 changed files with 1 additions and 12 deletions
|
@ -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.")
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue