Closed
Description
For example
>>> import pandas
>>> pandas.test(['-k', 'TestPDApi'])
Has many warnings like
Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/indexing/test_datetime.py:121
/Users/taugspurger/Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/indexing/test_datetime.py:121: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
@pytest.mark.slow
Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/methods/test_rank.py:559
/Users/taugspurger/Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/methods/test_rank.py:559: PytestUnknownMarkWarning: Unknown pytest.mark.single - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
@pytest.mark.single
Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/methods/test_rank.py:560
/Users/taugspurger/Envs/dask-dev/lib/python3.7/site-packages/pandas/tests/series/methods/test_rank.py:560: PytestUnknownMarkWarning: Unknown pytest.mark.high_memory - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
@pytest.mark.high_memory
We register these:
Lines 56 to 62 in 5da500a