From c03bec745203283fe4ef3d275430121bd042bb7a Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 10 Feb 2025 11:10:09 +0800 Subject: [PATCH] tests: travis is long gone --- tests/test_aur.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_aur.py b/tests/test_aur.py index 1957825..fd1ff3c 100644 --- a/tests/test_aur.py +++ b/tests/test_aur.py @@ -1,13 +1,9 @@ # MIT licensed # Copyright (c) 2013-2020 lilydjwg , et al. -import os - import pytest pytestmark = [pytest.mark.asyncio, - pytest.mark.needs_net, - pytest.mark.skipif(os.environ.get('TRAVIS') == 'true', - reason="fail too often")] + pytest.mark.needs_net] @pytest.mark.flaky(reruns=10) async def test_aur(get_version):