tests: add needs_net marker to ubuntupkg tests

This commit is contained in:
Mario Rodas 2019-11-04 21:00:00 -05:00
parent a86c4fdc13
commit d10f3fc5e1
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

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