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

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

Joris Van den Bossche created ARROW-9629:
--------------------------------------------

             Summary: [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


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)