You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/11/30 21:00:00 UTC

[jira] [Resolved] (ARROW-14929) [CI][Python] Kartothek integration build due to installation issue

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

Kouhei Sutou resolved ARROW-14929.
----------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [CI][Python] Kartothek integration build due to installation issue
> ------------------------------------------------------------------
>
>                 Key: ARROW-14929
>                 URL: https://issues.apache.org/jira/browse/ARROW-14929
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> See eg https://github.com/ursacomputing/crossbow/runs/4363496616?check_suite_focus=true
> {code}
>  ImportError while loading conftest '/kartothek/tests/conftest.py'.
> tests/conftest.py:18: in <module>
>     from kartothek.core.common_metadata import make_meta  # noqa: E402
> kartothek/core/__init__.py:2: in <module>
>     from kartothek.core.dataset import *  # noqa: F401, F403
> kartothek/core/dataset.py:7: in <module>
>     import deprecation
> E   ModuleNotFoundError: No module named 'deprecation'
> 4
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)