decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
376 stars 116 forks source link

Poetry shows "Warning: The current project could not be installed" when running mypy ci step #1194

Closed mkst closed 5 months ago

mkst commented 5 months ago

The following warning is issued during the mypi ci step:

Warning: The current project could not be installed: No file/folder found for package backend
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!

Looks like this was added in 1.8.0.