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.