Skip to content

Commit

Permalink
Add news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 11, 2024
1 parent 913d50a commit b7f7768
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions newsfragments/4611.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Added support for the environment variable
``SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true``, allowing users to bypass
the validation of ``pyproject.toml``.
This option should be used only as a last resort when resolving dependency
issues, as it may lead to improper functioning.
Users who enable this setting are responsible for ensuring that ``pyproject.toml``
complies with setuptools requirements.

0 comments on commit b7f7768

Please sign in to comment.