pytest-subtests uses `CaptureFixture` in `pytest_subtests.py`, which causes the following warning on pytest (at least as of latest pytest): ``` PytestDeprecationWarning: A private pytest class or function was used. ```
pytest-subtests uses
CaptureFixtureinpytest_subtests.py, which causes the following warning on pytest (at least as of latest pytest):