mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-06 15:41:56 +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:
@@ -3,7 +3,7 @@ import pytest
|
||||
from kasa import DeviceType, SmartLightStrip
|
||||
from kasa.exceptions import SmartDeviceException
|
||||
|
||||
from .conftest import lightstrip, pytestmark
|
||||
from .conftest import lightstrip
|
||||
|
||||
|
||||
@lightstrip
|
||||
|
||||
Reference in New Issue
Block a user