Closed HelloThisIsFlo closed 4 years ago
UPDATE TO THE UPDATE: This does NOT actually break python 3.6. So we can release anytime :)
Update: This breaks compatibility with python 3.6
As agreed in #38 this is fine, but we will need to remember to do a MAJOR release when bumping the version. On another aspect, it also broke the travis build. I'm trying to figure out why and how to fix it. We might see a lot of "Try to fix Travis build" commits as . . . I don't know how to fix a CD problem without actually pushing to the CD system 😅 (if there's a way, I'd love to know)
Ok, so I renamed this as a WIP. Because it's a bit more complex than I expected. It fails on python 3.8 on travis, but works fine locally :/ I'll look into it
Ok, travis is passing and testing both python 3.7 and 3.8 😃
@lifeisafractal You've approved. I'm merging 👍
This pull request fixes #38 and implement a much cleaner way of mocking the arguments passed via the appdaemon config (accessible via the field
args
in any automation)