Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ejpenney authored and InTheDaylight14 committed Nov 8, 2024
1 parent a1c1692 commit 26ceaec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: |
pytest \
-qq \
--asyncio-mode=auto \
--timeout=9 \
--durations=10 \
-n auto \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
run: |
pytest \
-qq \
--asyncio-mode=auto \
--timeout=9 \
--durations=10 \
-n auto \
Expand Down
1 change: 1 addition & 0 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
"hacs": "1.6.0",
"homeassistant": "2022.06.01"
}

3 changes: 2 additions & 1 deletion tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[pytest]
markers =
asyncio: asyncio mark
asyncio: asyncio mark

0 comments on commit 26ceaec

Please sign in to comment.