You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2019/11/27 21:14:00 UTC

[jira] [Updated] (ARROW-7056) [Python] Test errors without S3

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

Krisztian Szucs updated ARROW-7056:
-----------------------------------
    Summary: [Python] Test errors without S3  (was: [Python] test errors without S3)

> [Python] Test errors without S3
> -------------------------------
>
>                 Key: ARROW-7056
>                 URL: https://issues.apache.org/jira/browse/ARROW-7056
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.15.1
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running the tests I get errors like this:
> {code}
> _______________________________________________________ ERROR at setup of test_non_path_like_input_raises[S3FileSystem] ________________________________________________________
> Traceback (most recent call last):
>   File "/home/antoine/arrow/dev/python/pyarrow/tests/test_fs.py", line 57, in s3fs
>     from pyarrow.s3fs import S3Options, S3FileSystem
>   File "/home/antoine/arrow/dev/python/pyarrow/s3fs.py", line 20, in <module>
>     from pyarrow._s3fs import (  # noqa
> ModuleNotFoundError: No module named 'pyarrow._s3fs'
> {code}
> It seems that those tests should be automatically skipped if S3 support isn't enabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)