I am also having issues with tox.
I am trying to set up a development environment on Fedora 37. I think most of it is set up properly at this point.
for "tox -e fast-driver" i get 6003 passed, 1747 skipped, 10576 warnings in 484.90s (0:08:04)
for "tox -e unit -- -k import_logic" 10 tests fail with errors like:
try:
self._args, varargs, varkw, defaults =
inspect.getargspec(method) E AttributeError: module 'inspect' has no attribute 'getargspec'
.tox/unit/lib/python3.11/site-packages/mox3/mox.py:909: AttributeError
lLooking into this leads me down a rat hole for Python 3 deprecations.
I probably have some bad packages installed, but I have not beeI n able to ID them yet.
I have: mox3 1.1.0 invoke 2.0.0
Anyone have any suggestions for me to work with?
Thanks.
John Kienitz NS6K
On Wed, Feb 15, 2023 at 8:53 AM Bernhard Hailer via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
You need to rebase on current master
... and that worked. It now purrs like a kitten.
Thanks for your support and patience, appreciated! Bernhard
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers