Skip to content

Commit

Permalink
Remove test workaround for unmarked static values from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 8, 2025
1 parent 8b22d73 commit 770b4fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setuptools/tests/config/test_apply_pyprojecttoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 770b4fc

Please sign in to comment.