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