Amanda McGuinness
Amanda McGuinness
@neeraj-orch If this is WIP would you mind using the option "convert to draft" - just after the reviewers. We also tend to put WIP in the title as well....
The lint fails seem to do with astroid on python3.9 only, we are fixed to 2.5.6. Lots of fixes on later versions of astroid that mention python 3.9, but with...
Unfortunately more information would be needed on the scenario to help debug. When it fails what action was being run? And what route through the workflow had it taken? When...
@mamercad For those sensors that are failing to get the key, are they using the set_value and get_value methods in the sensor_service to access the dataservice, or accessing in another...
@nzlosh - is it possible to do a branch with some of the dependencies updated so that it passes on python3.8 only but with whatever UTs changes are needed. Might...
The error is stating there is a redis-server already installed. Could you check if that exists? If you didnt already have redis etc installed, then perhaps run the uninstall steps...
What is your action definition file? Check the definition of the flag parameter, and check its not been set to a constant (e.g. immutable=true) When your task_3 action is run...
The initial plan is to add support for python 3.9 (RHEL 8) and python 3.10 (Ubuntu 22.04 requirement). But upgrading the python has various dependency issues which are being investigated....
ssmtp is available in EPEL 7 for Centos, but I do not think it is available for RHEL 8 derivatives - so using it I believe would break Centos 8/Rocky...
If 3.9.7 is not available for python 3.6 then we can't bump to that version, as we are still using pip and therefore the same requirement files are used for...