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):