Skip to content

Use fixture instead of yield_fixture - #17

Merged
ramalho merged 1 commit into
fluentpython:masterfrom
kbaikov:master
Aug 23, 2021
Merged

Use fixture instead of yield_fixture#17
ramalho merged 1 commit into
fluentpython:masterfrom
kbaikov:master

Conversation

@kbaikov

@kbaikov kbaikov commented Aug 22, 2021

Copy link
Copy Markdown
Contributor

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

ramalho commented Aug 23, 2021

Copy link
Copy Markdown
Member

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