From d10f3fc5e15621290a1ca0401c993b5b1329cd31 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 4 Nov 2019 21:00:00 -0500 Subject: [PATCH] tests: add needs_net marker to ubuntupkg tests --- tests/test_ubuntupkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ubuntupkg.py b/tests/test_ubuntupkg.py index da58a8c..56f9bac 100644 --- a/tests/test_ubuntupkg.py +++ b/tests/test_ubuntupkg.py @@ -3,7 +3,7 @@ from flaky import flaky import pytest -pytestmark = pytest.mark.asyncio +pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] @flaky async def test_ubuntupkg(get_version):