mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: aur: try harder
This commit is contained in:
parent
d8536f4390
commit
a31470df0b
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ from flaky import flaky
|
|||
import pytest
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
@flaky(max_runs=5)
|
||||
@flaky(max_runs=10)
|
||||
async def test_aur(get_version):
|
||||
assert await get_version("ssed", {"aur": None}) == "3.62-2"
|
||||
|
||||
@flaky(max_runs=5)
|
||||
@flaky(max_runs=10)
|
||||
async def test_aur_strip_release(get_version):
|
||||
assert await get_version("ssed", {"aur": None, "strip-release": 1}) == "3.62"
|
||||
|
|
Loading…
Add table
Reference in a new issue