mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
tests: add needs_net marker to ubuntupkg tests
This commit is contained in:
parent
a86c4fdc13
commit
d10f3fc5e1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
from flaky import flaky
|
from flaky import flaky
|
||||||
import pytest
|
import pytest
|
||||||
pytestmark = pytest.mark.asyncio
|
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_ubuntupkg(get_version):
|
async def test_ubuntupkg(get_version):
|
||||||
|
|
Loading…
Add table
Reference in a new issue