From f77d3ff750ca39cefb5203876a925790819e09d5 Mon Sep 17 00:00:00 2001 From: Alex Wijnholds Date: Sat, 6 Jan 2024 21:27:57 +0100 Subject: [PATCH] Revert multi-step testing for now --- .github/workflows/pytest.yml | 2 -- requirements_test.txt | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 02554fc5..152d9346 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,6 @@ jobs: strategy: matrix: python-version: [ "3.11" ] - home-assistant-version: [ "2023.12.3", "2024.1.2" ] steps: - uses: actions/checkout@v2 @@ -24,7 +23,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements_test.txt - pip install homeassistant==${{ matrix.home-assistant-version }} - name: Test with pytest run: | pytest \ No newline at end of file diff --git a/requirements_test.txt b/requirements_test.txt index 16a10dac..6871af61 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,8 @@ pytest pytest-cov pytest-asyncio -pytest-homeassistant-custom-component==0.13.88 +pytest-homeassistant-custom-component +homeassistant aiohttp_cors aiodiscover freezegun