Skip to content

Commit

Permalink
Fix PytestDeprecationWarning: @pytest.yield_fixture is deprecated. (#117
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hugovk authored Dec 12, 2021
1 parent 953bc37 commit 4504ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_sphinx_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import pytest


@pytest.yield_fixture(
@pytest.fixture(
params=[
# Parametrize config
{"issues_github_path": "marshmallow-code/marshmallow"},
Expand Down

0 comments on commit 4504ddd

Please sign in to comment.