mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 02:18:02 +00:00
Fix test framework running against real devices (#1235)
This commit is contained in:
@@ -35,6 +35,10 @@ from kasa.discover import DiscoveryResult
|
||||
|
||||
from .conftest import DISCOVERY_MOCK_IP
|
||||
|
||||
# Device Factory tests are not relevant for real devices which run against
|
||||
# a single device that has already been created via the factory.
|
||||
pytestmark = [pytest.mark.requires_dummy]
|
||||
|
||||
|
||||
def _get_connection_type_device_class(discovery_info):
|
||||
if "result" in discovery_info:
|
||||
|
Reference in New Issue
Block a user