pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.94k stars 2.66k forks source link

[PR #12503/2f92da91 backport][8.2.x] ๐Ÿš‘๐Ÿงช๐Ÿ“ Allow invoking git in tox #12511

Closed patchback[bot] closed 3 months ago

patchback[bot] commented 3 months ago

This is a backport of PR #12503 as merged into main (2f92da9190e488f40209c84bf37aca7bccb63235).

It is called when building the docs. Apparently, tox -e docs is not invoked in CI, neither is it called in RTD, resulting in the regression having been caught only in local development environments.

This is a follow-up for #12493.