Skip to content

Commit d095ef6

Browse files
committed
Re-add asyncio to maintain tests (and codecov)
1 parent 8e2fce7 commit d095ef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_smile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
pw_smile = importlib.import_module("plugwise.smile")
2424
pw_constants = importlib.import_module("plugwise.constants")
2525

26+
pytestmark = pytest.mark.asyncio
27+
2628
pp = PrettyPrinter(indent=8)
2729

2830
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)