Revert "make AUR tests more flaky"

This reverts commit 61df628bd8.

It doesn't help :-(
This commit is contained in:
lilydjwg 2017-07-08 16:15:17 +08:00
parent 61df628bd8
commit 189847ffdc

View file

@ -5,10 +5,10 @@ from flaky import flaky
import pytest
pytestmark = pytest.mark.asyncio
@flaky(max_runs=5)
@flaky
async def test_aur(get_version):
assert await get_version("asciidoc-fake", {"aur": None}) == "1.0-1"
@flaky(max_runs=5)
@flaky
async def test_aur_strip_release(get_version):
assert await get_version("asciidoc-fake", {"aur": None, "strip-release": 1}) == "1.0"