You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like if poetry fails for any reason, you just get:
tox-poetry-installer: Project does not use Poetry for env management, skipping installation of locked dependencies
This makes it really difficult to see what's going on. #1 seems to have changed this handling to just blindly capture all errors. If some indication of what went wrong could be provided, that would be very useful.
In my case, the problem was my poetry config wasn't compatible with v1.4.2, but outside of tox I'm using v1.6.1 - so tox-poetry-installer was using v1.4.2, failing on the invalid config, and deciding "does not use Poetry for env management"
The text was updated successfully, but these errors were encountered:
It looks like if poetry fails for any reason, you just get:
This makes it really difficult to see what's going on. #1 seems to have changed this handling to just blindly capture all errors. If some indication of what went wrong could be provided, that would be very useful.
In my case, the problem was my poetry config wasn't compatible with v1.4.2, but outside of tox I'm using v1.6.1 - so tox-poetry-installer was using v1.4.2, failing on the invalid config, and deciding "does not use Poetry for env management"
The text was updated successfully, but these errors were encountered: