We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c1692 commit 26ceaecCopy full SHA for 26ceaec
.github/workflows/pull.yml
@@ -46,7 +46,6 @@ jobs:
46
run: |
47
pytest \
48
-qq \
49
- --asyncio-mode=auto \
50
--timeout=9 \
51
--durations=10 \
52
-n auto \
.github/workflows/push.yml
@@ -49,7 +49,6 @@ jobs:
53
54
55
hacs.json
@@ -3,3 +3,4 @@
3
"hacs": "1.6.0",
4
"homeassistant": "2022.06.01"
5
}
6
+
tests/pytest.ini
@@ -1,3 +1,4 @@
1
[pytest]
2
markers =
- asyncio: asyncio mark
+ asyncio: asyncio mark
0 commit comments