From 26ceaec2f0652db12522faec72aca42843ebd8cb Mon Sep 17 00:00:00 2001 From: "Penney, Emory J" Date: Fri, 26 Apr 2024 15:28:04 +0000 Subject: [PATCH] Cleanup --- .github/workflows/pull.yml | 1 - .github/workflows/push.yml | 1 - hacs.json | 1 + tests/pytest.ini | 3 ++- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index c0cb818..efc1357 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -46,7 +46,6 @@ jobs: run: | pytest \ -qq \ - --asyncio-mode=auto \ --timeout=9 \ --durations=10 \ -n auto \ diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4ea8495..add23ef 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -49,7 +49,6 @@ jobs: run: | pytest \ -qq \ - --asyncio-mode=auto \ --timeout=9 \ --durations=10 \ -n auto \ diff --git a/hacs.json b/hacs.json index eff67a4..27ecbd7 100644 --- a/hacs.json +++ b/hacs.json @@ -3,3 +3,4 @@ "hacs": "1.6.0", "homeassistant": "2022.06.01" } + diff --git a/tests/pytest.ini b/tests/pytest.ini index 6b0f814..182ef33 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,3 +1,4 @@ [pytest] markers = - asyncio: asyncio mark \ No newline at end of file + asyncio: asyncio mark +