You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/09/01 12:58:00 UTC

[jira] [Resolved] (ARROW-9629) [Python] Kartothek integration tests failing due to missing freezegun module

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

Joris Van den Bossche resolved ARROW-9629.
------------------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

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

> [Python] Kartothek integration tests failing due to missing freezegun module
> ----------------------------------------------------------------------------
>
>                 Key: ARROW-9629
>                 URL: https://issues.apache.org/jira/browse/ARROW-9629
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> See eg https://github.com/ursa-labs/crossbow/runs/939266052
> {code}
> ==================================== ERRORS ====================================
> ________________________ ERROR collecting test session _________________________
> /opt/conda/envs/arrow/lib/python3.7/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1006: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:983: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:967: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:677: in _load_unlocked
>     ???
> /opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:170: in exec_module
>     exec(co, module.__dict__)
> tests/cli/conftest.py:11: in <module>
>     from freezegun import freeze_time
> E   ModuleNotFoundError: No module named 'freezegun'
> {code}



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