-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Invoke commands are not working #62
Comments
@justinmayer Here's my proposal for a "milestone", trying to, IMO (yes, highly opinionated), reduce the complexity of tooling:
|
I noticed that error yesterday, which is related to an incompatibility between Invoke 1.x and Python 3.11. The easiest resolution is to bump Invoke to 2.0+ in the `pyproject` file.
|
Thanks for the suggestions. I also have some significantly opinionated thoughts on tooling, so I’ll respond to these ideas as soon as I get back to my desk. 😊
|
Many thanks for the thoughtful suggestions, Markus. Regarding the original genesis for this issue, I see that you have already resolved the problem by upgrading to Invoke 2.x via 4a7f3a7. You mentioned that running Some quick thoughts about the suggestions…
In short, I think it might make sense to elaborate regarding the perceived complexity and about what actual, current problems it may pose here. |
The contribution guide says, one should run
poetry install
,poetry shell
and theninvoke setup
. However, the last command fails on Python 3.11I'd like to suggest to move away and drop
invoke
in favor of tools liketox
for test matrices as well as a hand-full documented commands, that work independently of the Python version.The fact, that the
tasks.py
fails with the above error also means, runningpytest
manually fails.The text was updated successfully, but these errors were encountered: