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

pass keyword argument to pytest.fixture to fix PytestDeprecationWarning #697

Merged

Conversation

YukioOobuchi
Copy link
Contributor

In the latest 6.0.0 pytest. PytestDeprecationWarning is considered to be Error.
Passing argument to pytest.fixture as a keyword argument to fix this Error, instead of positional arguments.

@YukioOobuchi YukioOobuchi added the release-note-build Build system label Aug 2, 2020
@YukioOobuchi YukioOobuchi self-assigned this Aug 2, 2020
@YukioOobuchi YukioOobuchi merged commit 6074ae8 into master Aug 2, 2020
@YukioOobuchi YukioOobuchi deleted the fix/20200730-add-keyword-argument-for-pytest.fixture branch August 2, 2020 21:48
YukioOobuchi added a commit that referenced this pull request Aug 24, 2020
…or-pytest.fixture

pass keyword argument to pytest.fixture to fix PytestDeprecationWarning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants