Skip to content

Commit

Permalink
Fixed deprecation warning #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Feb 18, 2020
1 parent 35e1b3e commit df95845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_cases/main_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def __init__(self, fixture):
@pytest.hookimpl(optionalhook=True)
def pytest_parametrize_plus(*args,
**kwargs):
warn("`parametrize_plus` is deprecated. Please use the new alias `parametrize_plus`. "
warn("`pytest_parametrize_plus` is deprecated. Please use the new alias `parametrize_plus`. "
"See https://github.com/pytest-dev/pytest/issues/6475")
return _parametrize_plus(*args, **kwargs)

Expand Down

0 comments on commit df95845

Please sign in to comment.