Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invoke-related monkeypatch in tasks.py #4

Open
kotfu opened this issue Nov 7, 2022 · 0 comments
Open

Remove invoke-related monkeypatch in tasks.py #4

kotfu opened this issue Nov 7, 2022 · 0 comments

Comments

@kotfu
Copy link
Owner

kotfu commented Nov 7, 2022

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, pyinvoke/invoke#458, was created in 2017. Another one was created in 2019: pyinvoke/invoke#606.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant