mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-22 15:28:01 +00:00
Fix pytest warnings about asyncio (#397)
Turn on ayncio auto mode for pytest and remove the global async marking flag
This commit is contained in:
@@ -15,7 +15,7 @@ from kasa.cli import (
|
||||
sysinfo,
|
||||
)
|
||||
|
||||
from .conftest import handle_turn_on, pytestmark, turn_on
|
||||
from .conftest import handle_turn_on, turn_on
|
||||
|
||||
|
||||
async def test_sysinfo(dev):
|
||||
|
Reference in New Issue
Block a user