Skip to content

TST: pytest deprecation warnings #17197

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

Closed
jreback opened this issue Aug 8, 2017 · 0 comments · Fixed by #17253
Closed

TST: pytest deprecation warnings #17197

jreback opened this issue Aug 8, 2017 · 0 comments · Fixed by #17253
Labels
Testing pandas testing functions or related to the test suite
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Aug 8, 2017

xref https://travis-ci.org/pandas-dev/pandas/jobs/262021774

lots of these, looks like pytest 3.2 triggers these.

/home/travis/miniconda3/envs/pandas/lib/python3.6/site-packages/_pytest/mark.py:66: RemovedInPytest4Warning: Applying marks directly to parameters is deprecated, please use pytest.param(..., marks=...) instead.
For more details, see: https://docs.pytest.org/en/latest/parametrize.html
  warnings.warn(MARK_PARAMETERSET_UNPACKING)
@jreback jreback added the Testing pandas testing functions or related to the test suite label Aug 8, 2017
@jreback jreback added this to the 0.21.0 milestone Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant