tests: travis is long gone

This commit is contained in:
lilydjwg 2025-02-10 11:10:09 +08:00
parent 7cacd9edaf
commit c03bec7452

View file

@ -1,13 +1,9 @@
# MIT licensed # MIT licensed
# Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al. # Copyright (c) 2013-2020 lilydjwg <lilydjwg@gmail.com>, et al.
import os
import pytest import pytest
pytestmark = [pytest.mark.asyncio, pytestmark = [pytest.mark.asyncio,
pytest.mark.needs_net, pytest.mark.needs_net]
pytest.mark.skipif(os.environ.get('TRAVIS') == 'true',
reason="fail too often")]
@pytest.mark.flaky(reruns=10) @pytest.mark.flaky(reruns=10)
async def test_aur(get_version): async def test_aur(get_version):