From 770b4fc8f6248d862629028f5ee4218975f9516b Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 21 Oct 2024 18:00:55 +0100 Subject: [PATCH] Remove test workaround for unmarked static values from pyproject.toml --- setuptools/tests/config/test_apply_pyprojecttoml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setuptools/tests/config/test_apply_pyprojecttoml.py b/setuptools/tests/config/test_apply_pyprojecttoml.py index b9526433ea..20146b4a89 100644 --- a/setuptools/tests/config/test_apply_pyprojecttoml.py +++ b/setuptools/tests/config/test_apply_pyprojecttoml.py @@ -529,8 +529,6 @@ def core_metadata(dist) -> str: skip_prefixes += ("Description-Content-Type:",) # Remove empty lines skip_lines.add("") - # TODO: Mark static values coming from pyproject.toml with `_static.*` - skip_prefixes += ("Dynamic:",) result = [] for line in pkg_file_txt.splitlines():