Fabian Affolter
Fabian Affolter
At first glance it look like that `*[https]` tests fail...
There is [request](https://github.com/NixOS/nixpkgs/pull/114054) to add `certvalidator` to the Nix packages. Would be nice to start with an up-to-date `certvalidator` release. Thanks
I see a different failure for nixpkgs with Python 3.11: ```bash ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /build/source collected 109 items tests/test_generic_collection_type.py ......
@LilyGO, any progress with the PID? Thanks for feedback. Looks like that the board is still not listed on https://github.com/raspberrypi/usb-pid.
Write an email to [[email protected]](mailto:[email protected]) could help. The process to request a PID is no very straight forward..
The request for the PID has to come from the OEM manufacturer and @LilyGO made on a couple of month ago. If @raspberrypi is not processing it then there is...
> I'm thinking of using [VCR PY](https://vcrpy.readthedocs.io/en/latest/changelog.html) and pytest, but I'm open to suggestions. Works for me.
Any news on this?
Would be nice to just use `update(value, field)`. Not be limited to JSON.
Sorry, this works with if the payload contains multiple fields like `{'field1': 5, 'field2': 5}`. If it's text then I was thinking about a list of tuples...forget that.