Skip to content

Use fixture instead of yield_fixture #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

kbaikov
Copy link
Contributor

@kbaikov kbaikov commented Aug 22, 2021

The old @pytest.yield_fixture causes
a deprecation warning:
Use @pytest.fixture instead; they are the same.
def records():

The old @pytest.yield_fixture causes
a deprecation warning:
Use @pytest.fixture instead; they are the same.
    def records():
@ramalho ramalho merged commit b429f21 into fluentpython:master Aug 23, 2021
@ramalho
Copy link
Member

ramalho commented Aug 23, 2021

Thank you very much for your contribution, Konstantin @kbaikov!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants