From 593358a5cfacb4a9421e9a89504a973d70f9814c Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 11 Nov 2024 14:30:14 +0000 Subject: [PATCH] Add news fragment --- newsfragments/4611.feature.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 newsfragments/4611.feature.rst diff --git a/newsfragments/4611.feature.rst b/newsfragments/4611.feature.rst new file mode 100644 index 0000000000..ee7da9fbad --- /dev/null +++ b/newsfragments/4611.feature.rst @@ -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.