From b1b626faa42057ce5438e3a50956731afb3a46ea Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 15 Oct 2023 10:12:41 +0200 Subject: [PATCH] +5 --- .github/workflows/pull.yml | 3 +-- custom_components/versatile_thermostat/requirements_test.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 405cb5da..e4afbe91 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -44,8 +44,7 @@ jobs: run: cd custom_components/versatile_thermostat && python3 -m pip install -r requirements_test.txt - name: Run tests run: | - cd custom_components/versatile_thermostat && \ - pytest \ + cd custom_components/versatile_thermostat && pytest \ -qq \ --timeout=9 \ --durations=10 \ diff --git a/custom_components/versatile_thermostat/requirements_test.txt b/custom_components/versatile_thermostat/requirements_test.txt index 2bad266e..4af38e46 100644 --- a/custom_components/versatile_thermostat/requirements_test.txt +++ b/custom_components/versatile_thermostat/requirements_test.txt @@ -1,3 +1,4 @@ +# For automatic run of test in Gitlab CI, we must not include other things that pytest-homeassistant-custom-component #-r requirements_dev.txt # aiodiscover # ulid_transform