Skip to content

Commit aba7788

Browse files
bugfix: add new docs extra to the test
1 parent c085b5e commit aba7788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_distribution_provides_extras() -> None:
151151

152152
dist = distribution("setuptools_scm")
153153
pe: list[str] = dist.metadata.get_all("Provides-Extra", [])
154-
assert sorted(pe) == ["rich", "test", "toml"]
154+
assert sorted(pe) == ["docs", "rich", "test", "toml"]
155155

156156

157157
@pytest.mark.issue(760)

0 commit comments

Comments
 (0)