Merge pull request #118 from marsam/master

tests: add needs_net marker to ubuntupkg tests
This commit is contained in:
依云 2019-11-05 13:57:47 +08:00 committed by GitHub
commit 1cb902d691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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