Skip to content

Commit

Permalink
tests: fix for setuptools 75.8
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jan 10, 2025
1 parent 81ec5a4 commit f2d8ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_setuptools_pep517.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
def test_pep517_sdist():
correct_metadata = textwrap.dedent(
"""\
Metadata-Version: 2.1
Name: cmake-example
Version: 0.0.1
Requires-Python: >=3.7
Provides-Extra: test
"""
# TODO: why is this missing?
# Requires-Dist: pytest>=6.0; extra == "test"
# This was removed in https://github.com/pypa/setuptools/pull/4698 as part of 2.2 support:
# Metadata-Version: 2.1
)
metadata_set = set(correct_metadata.strip().splitlines())

Expand Down

0 comments on commit f2d8ade

Please sign in to comment.