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
The plugin fails if project directory contains a pyproject.toml file without tool.poetry section.
It can easily occurs if you are using poetry config virtualenvs.in-project true with created a .venv directory inside the project directory and will probably contains pyproject.toml files
[tool.poetry] section not found in <project>/.venv/lib/python3.11/site-packages/ddtrace/appsec/_iast/_taint_tracking/_vendor/pybind11/tools/pyproject.toml
The text was updated successfully, but these errors were encountered:
Toilal
added a commit
to Pysae/poetry-plugin-freeze
that referenced
this issue
Jan 2, 2024
The plugin fails if project directory contains a
pyproject.toml
file withouttool.poetry
section.It can easily occurs if you are using
poetry config virtualenvs.in-project true
with created a.venv
directory inside the project directory and will probably contains pyproject.toml filesThe text was updated successfully, but these errors were encountered: