mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-14 02:00:51 +00:00
tests: add needs_net marker to ubuntupkg tests
This commit is contained in:
parent
a86c4fdc13
commit
d10f3fc5e1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user