Skip to content

pytest deprecation warning #19703

Closed
@TomAugspurger

Description

@TomAugspurger
home/travis/miniconda3/envs/pandas/lib/python3.6/site-packages/_pytest/mark.py:73: 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)
$ ag "pytest.mark.*\(.*\)\("
pandas/tests/test_base.py
1220:    pytest.mark.xfail(reason='PeriodArray not implemented')((

though there are probably others.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationDependenciesRequired and optional dependenciesTestingpandas testing functions or related to the test suitegood first issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions