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/02/27 17:40:00 UTC

[jira] [Updated] (ARROW-4533) [Python] Not clear how to run hypothesis tests

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

Wes McKinney updated ARROW-4533:
--------------------------------
    Fix Version/s: 0.13.0

> [Python] Not clear how to run hypothesis tests
> ----------------------------------------------
>
>                 Key: ARROW-4533
>                 URL: https://issues.apache.org/jira/browse/ARROW-4533
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.12.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 0.13.0
>
>
> If I run
> {code}
> $ python -m pytest --hypothesis -r s
> {code}
> then at the end I get the following description of skipped tests:
> {code}
> SKIP [12] /home/antoine/arrow/python/pyarrow/tests/conftest.py:165: --hypothesis NOT enabled
> {code}
> So I try with {{--hypothesis}} and it fails with the following message:
> {code}
> $ python -m pytest --hypothesis -r s
> usage: pytest.py [options] [file_or_dir] [file_or_dir] [...]
> pytest.py: error: ambiguous option: --hypothesis could match --hypothesis-profile, --hypothesis-verbosity, --hypothesis-show-statistics, --hypothesis-seed
> {code}



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