Francisco Lopes
Francisco Lopes
@rytilahti please check my updated PR and comments, the only remaining issue is on `.azure-pipelines`.
@rytilahti both changes are needed, the pytestmark to skip the test on PyPy because heatshrink2 can't not be present anyways, and the Azure Pipelines condition to just not try installing...
I did not manage to write the azure expression correctly yet: `condition: eq(variables.python.version, 'pypy3')` results in: ``` Evaluating: eq(variables['python']['version'], 'pypy3') Expanded: eq(Null, 'pypy3') Result: False ``` I'm looking for the...
> What do you think? Should be great but I'm not willing to do it, as the current code works for me and I don't have time for a rewrite....
It didn't work on Azure, `poetry install --extras dev` fails because of `heatshrink2` install. As commented above, my test is not right and is returning `false` because the variable reference...
Hmm, actually sorry, on Azure at the moment it is failing when the tests are actually running. Checking it up..
Well, seems like the import is failing in other tests, a catch all try/except may fix it.
The ImportError happens after a ValueError on traceback, while my `ModuleNotFoundError` was to cover solely when heatshrink2 is not installed, not when the import blows up for whatever reason. Adding...
You are free to change the PR in whatever way you wish. My desire is just to have support for these devices merged in any way and get a new...
I'm wondering whether having changed the docs group to dev instead of creating a new one was worth it. I'm using `poetry export` to have the project exported to the...