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():