You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/14 13:20:00 UTC

[jira] [Resolved] (ARROW-5603) [Python] register pytest markers to avoid warnings

     [ https://issues.apache.org/jira/browse/ARROW-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-5603.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 4570
[https://github.com/apache/arrow/pull/4570]

> [Python] register pytest markers to avoid warnings
> --------------------------------------------------
>
>                 Key: ARROW-5603
>                 URL: https://issues.apache.org/jira/browse/ARROW-5603
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the python test suite gives warnings like:
> {code}
> /home/joris/miniconda3/envs/arrow-dev/lib/python3.7/site-packages/_pytest/mark/structures.py:337
>   /home/joris/miniconda3/envs/arrow-dev/lib/python3.7/site-packages/_pytest/mark/structures.py:337: PytestUnknownMarkWarning: Unknown pytest.mark.pandas - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
>     PytestUnknownMarkWarning,
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)