pytest-deprecated-yield-fixture (PT020)
Added in v0.0.208 · Related issues · View source
Derived from the flake8-pytest-style linter.
What it does
Checks for pytest.yield_fixture usage.
Why is this bad?
pytest.yield_fixture is deprecated. pytest.fixture should be used instead.
Example
Use instead: