This message was deleted.
# python
s
This message was deleted.
l
@victorious-continent-984 this is a regression. I added a comment about your case at hand in this issue: https://github.com/pulumi/pulumi/issues/10572#issuecomment-1237728592
v
Thanks!
l
@victorious-continent-984 as a workaround, can you patch the generated code? In
setup.py
, you will find an
InstallPluginCommand
class and the
setup
function has that configured in the
cmdclass
property. You should be able to remove both without a problem.
🔥 1