mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
hackage is flaky
This commit is contained in:
parent
e6d0d158f0
commit
58a7ae05ca
1 changed files with 2 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
||||||
# MIT licensed
|
# MIT licensed
|
||||||
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
|
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
|
||||||
|
|
||||||
|
from flaky import flaky
|
||||||
import pytest
|
import pytest
|
||||||
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||||
|
|
||||||
|
@flaky(max_runs=10)
|
||||||
async def test_hackage(get_version):
|
async def test_hackage(get_version):
|
||||||
assert await get_version("sessions", {
|
assert await get_version("sessions", {
|
||||||
"source": "hackage",
|
"source": "hackage",
|
||||||
|
|
Loading…
Add table
Reference in a new issue