Hi All,
I've made a lot of progress on getting the latest py3 branch working across multiple platforms. I'm maintaining all my working changes here for now: https://github.com/mpoletiek/py3-CHIRP
I've even made a list of supported devices and am marking the ones I've personally tested: https://github.com/mpoletiek/py3-CHIRP/blob/main/RADIOS.md
Currently I only own a BF-F8HP so I've marked all the Radios that use that driver `TESTED`.
I've been playing around with Tox and testing the other drivers that way too. With a few changes I was able to get it working and run every test against every driver. A lot of them passed every test just fine, but a lot of them are failing here and there.
As expected the debug.log is quite long and I figured I'd go through the drivers one by one that way, but the recommended syntax for doing that doesn't seem to work as expected.
https://chirp.danplanet.com/projects/chirp/wiki/DevelopersProcess
`tox -e driver -- -d Icom_IC-2820H`
Running this command gives me the following in a Python3.7 environment:
`ERROR: MISSING test execution (tx) nodes: please specify --tx`
When I add '-n 2' or `--tx popen//python=python3.7` to the pytest command it exits with `code: 5 (no tests run)`
Anyone familiar enough with tox to help me out with this?
There's also a py3driver env setup in the tox.ini file, but that doesn't work either.
Thanks,
------------------------------------------- Matthew Poletiek 303.810.9082 matthew.poletiek@gmail.com www.matthewpoletiek.com