<div dir="ltr">HI,<div>I am trying to test a new radio driver (for the Quansheng TG-UV2+),</div><div>I have it working on the app, however I am failing some tests:</div><div><br></div><div>======================================================================<br>ERROR: test_brute_force (tests.TestCase_QuanshengTGUV2)<br>Testing Quansheng TG-UV2+ brute force<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File &quot;tests/__init__.py&quot;, line 23, in wrapper<br>    return fn(*a, **k)<br>  File &quot;tests/__init__.py&quot;, line 77, in test_brute_force<br>    self._runtest(run_tests.TestCaseBruteForce)<br>  File &quot;tests/__init__.py&quot;, line 65, in _runtest<br>    raise e.get_original_exception()<br>ValueError: None is not in list<br><br>======================================================================<br>ERROR: test_copy_all (tests.TestCase_QuanshengTGUV2)<br>Testing Quansheng TG-UV2+ copy all<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File &quot;tests/__init__.py&quot;, line 23, in wrapper<br>    return fn(*a, **k)<br>  File &quot;tests/__init__.py&quot;, line 73, in test_copy_all<br>    self._runtest(run_tests.TestCaseCopyAll)<br>  File &quot;tests/__init__.py&quot;, line 65, in _runtest<br>    raise e.get_original_exception()<br>IndexError: list index out of range<br><br>======================================================================<br>ERROR: test_edges (tests.TestCase_QuanshengTGUV2)<br>Testing Quansheng TG-UV2+ edges<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File &quot;tests/__init__.py&quot;, line 23, in wrapper<br>    return fn(*a, **k)<br>  File &quot;tests/__init__.py&quot;, line 81, in test_edges<br>    self._runtest(run_tests.TestCaseEdges)<br>  File &quot;tests/__init__.py&quot;, line 65, in _runtest<br>    raise e.get_original_exception()<br>ValueError: None is not in list<br><br>----------------------------------------------------------------------<br>Ran 1246 tests in 356.668s<br></div><div><br></div><div>FAILED (errors=3, skipped=187)<br></div><div>===============================================================</div><div>I couldn&#39;t get too much info from the log file, and would be happy to get any hints on how to debug the test failures.</div><div><br></div><div>Some background - I am working on a MAC and could not get a development environment running properly, so I am running on the distribution app (tox also runs in the app folders),</div><div>i am running tox with the &#39;--skip-pkg-install&#39; flag as otherwise it crashes at the package setup phase.</div><div><br></div><div>(On top of that , I am not able to run a single driver test, when running :  tox --skip-pkg-install -e driver -- -d Quansheng_TG-UV2+ ,all the drivers run, which takes time, but that I can live with)</div><div><br></div><div>Thanks!</div><div>Ran</div></div>