Skip to content
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

Remove deprecated fixture decorators #201

Merged

Conversation

BeyondEvil
Copy link
Contributor

As of pytest 3.0 the yield_fixture decorators are deprecated in favor
of the "regular" fixture.

Resolves: #198

As of pytest 3.0 the `yield_fixture` decorators are deprecated in favor
of the "regular" `fixture`.
@BeyondEvil BeyondEvil merged commit 50f7574 into pytest-dev:master Oct 22, 2018
@BeyondEvil BeyondEvil deleted the remove_deprecated_decorator branch October 22, 2018 17:06
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.

yield_fixture decorator is deprecated
2 participants