From 7ac49d7864e6b385ad48700556e90748ad526d61 Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Sun, 15 Oct 2023 10:43:59 +0200 Subject: [PATCH] undo remove other packages. Test don't run into gitlab-ci environment --- .../versatile_thermostat/requirements_test.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/versatile_thermostat/requirements_test.txt b/custom_components/versatile_thermostat/requirements_test.txt index 4af38e46..0d727750 100644 --- a/custom_components/versatile_thermostat/requirements_test.txt +++ b/custom_components/versatile_thermostat/requirements_test.txt @@ -1,5 +1,5 @@ -# 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 +# Warning: 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 pytest-homeassistant-custom-component \ No newline at end of file