Skip to content

Commit 26ceaec

Browse files
ejpenneyInTheDaylight14
authored andcommitted
Cleanup
1 parent a1c1692 commit 26ceaec

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
run: |
4747
pytest \
4848
-qq \
49-
--asyncio-mode=auto \
5049
--timeout=9 \
5150
--durations=10 \
5251
-n auto \

.github/workflows/push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
run: |
5050
pytest \
5151
-qq \
52-
--asyncio-mode=auto \
5352
--timeout=9 \
5453
--durations=10 \
5554
-n auto \

hacs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
"hacs": "1.6.0",
44
"homeassistant": "2022.06.01"
55
}
6+

tests/pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[pytest]
22
markers =
3-
asyncio: asyncio mark
3+
asyncio: asyncio mark
4+

0 commit comments

Comments
 (0)