Skip to content

fix: pygments and types-pywin32 should be moved to extras#246

Open
JiwaniZakir wants to merge 1 commit intojaraco:mainfrom
JiwaniZakir:fix/issue-241
Open

fix: pygments and types-pywin32 should be moved to extras#246
JiwaniZakir wants to merge 1 commit intojaraco:mainfrom
JiwaniZakir:fix/issue-241

Conversation

@JiwaniZakir
Copy link

Fixes #241

pygments and types-pywin32 were listed under the test extras in pyproject.toml, but neither is required for running tests. pygments is needed by pytest-checkdocs for README.rst validation, and types-pywin32 provides type stubs for mypy. Moves pygments to the check extras and types-pywin32 to the type extras, aligning each dependency with the tooling that actually requires it. Verified by confirming no regressions in the existing test and lint pipeline.

Move pygments from test to check extras (needed for checkdocs)
and types-pywin32 from test to type extras where they belong.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pygments and types-pywin32 should be moved to extras

1 participant