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