mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge pull request #118 from marsam/master
tests: add needs_net marker to ubuntupkg tests
This commit is contained in:
commit
1cb902d691
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue