-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationDependenciesRequired and optional dependenciesRequired and optional dependenciesTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue
Milestone
Description
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
Labels
CIContinuous IntegrationContinuous IntegrationDependenciesRequired and optional dependenciesRequired and optional dependenciesTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suitegood first issue