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 +