Skip to content

Commit 770b4fc

Browse files
committed
Remove test workaround for unmarked static values from pyproject.toml
1 parent 8b22d73 commit 770b4fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setuptools/tests/config/test_apply_pyprojecttoml.py

-2
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ def core_metadata(dist) -> str:
529529
skip_prefixes += ("Description-Content-Type:",)
530530
# Remove empty lines
531531
skip_lines.add("")
532-
# TODO: Mark static values coming from pyproject.toml with `_static.*`
533-
skip_prefixes += ("Dynamic:",)
534532

535533
result = []
536534
for line in pkg_file_txt.splitlines():

0 commit comments

Comments
 (0)