Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tests: only load pytest_cov plugin in CI runners#6727

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:tests/only-load-pytest_cov-in-ci-runners
Nov 12, 2025
Merged

tests: only load pytest_cov plugin in CI runners#6727
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:tests/only-load-pytest_cov-in-ci-runners

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

Remove pytest_cov from the explicit list of pytest plugins in the pytest config (pyproject.toml). Otherwise, locally run tests unnecessarily require pytest_cov. This negatively affects packagers of Streamlink, who now require pytest-cov as a make dependency.

This was an unintended side-effect of d3ea4f2.

Remove `pytest_cov` from the explicit list of pytest plugins
in the pytest config (pyproject.toml). Otherwise, locally run tests
unnecessarily require `pytest_cov`. This negatively affects packagers
of Streamlink, who now require pytest-cov as a make dependency.

This was an unintended side-effect of d3ea4f2.
@bastimeyer bastimeyer merged commit 1bcfb8b into streamlink:master Nov 12, 2025
25 checks passed
@bastimeyer bastimeyer deleted the tests/only-load-pytest_cov-in-ci-runners branch November 12, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant