-
Notifications
You must be signed in to change notification settings - Fork 371
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
2.1 has no decorator #935
Comments
Experiencing the same issue. |
Yea, I'm not sure @kuwv ever gave a rationale in #906 for why that was removed, and I neglected to follow up on that point before merging. OTOH this is also arguably bad hygiene on Fabric's part, so I think it's proper to fix it there instead. Fabric will be getting a 3.1 release relatively soon and that feels like the right spot to "add" a "new" dependency. I'll go commit this over there so it's not forgotten. |
it is a dependency of `invoke`, which is a dependency of `fabric`. in the 2.1.0 version `invoke`, the `decorator` package was removed. the reason is not clear, but the `invoke` package maintainer plans to add it back in for one of the 3.x versions. more infor at pyinvoke/invoke#935
@bitprophet yeah I removed it because at the time it wasn't used within invoke. I cleaned it up without knowing it would affect fabric. My apologies all. |
Using the latest fabric and invoke, and fabric is broken due to invoke 2.1.0. The decorator package can't be found or imported by fabric.
The text was updated successfully, but these errors were encountered: