ksc icon indicating copy to clipboard operation
ksc copied to clipboard

Remove invoke-related monkeypatch in tasks.py

Open kotfu opened this issue 3 years ago • 0 comments

Python 3 deprecated inspect.getargspec. Python 3.11 removed it. The invoke package is not very well maintained and still requires inspect.getargspec. The first PR to fix this issue, https://github.com/pyinvoke/invoke/pull/458, was created in 2017. Another one was created in 2019: https://github.com/pyinvoke/invoke/pull/606.

If these don't get fixed soon, we'll have to abandon invoke and go with (or build) something better.

kotfu avatar Nov 07 '22 20:11 kotfu