pytest-deprecated-yield-fixture (PT020)#
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: