Skip to content

CI: tests failing on 3.7 builds #40048

Closed
@jreback

Description

@jreback

clearly something changed for dateutil

pytest -m "not slow and not network" -n auto --dist=loadfile -s --strict-markers --durations=30 --junitxml=test-data.xml pandas
ImportError while loading conftest '/Users/runner/work/1/s/pandas/conftest.py'.
pandas/__init__.py:51: in <module>
    from pandas.core.api import (
pandas/core/api.py:24: in <module>
    from pandas.core.algorithms import (
pandas/core/algorithms.py:39: in <module>
    from pandas.core.dtypes.cast import (
pandas/core/dtypes/cast.py:29: in <module>
    from dateutil.parser import ParserError
E   ImportError: cannot import name 'ParserError' from 'dateutil.parser' (/Users/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/dateutil/parser/__init__.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationDependenciesRequired and optional dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions