Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: tests failing on 3.7 builds #40048

Closed
jreback opened this issue Feb 25, 2021 · 2 comments · Fixed by #40053
Closed

CI: tests failing on 3.7 builds #40048

jreback opened this issue Feb 25, 2021 · 2 comments · Fixed by #40053
Labels
CI Continuous Integration Dependencies Required and optional dependencies
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Feb 25, 2021

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)
@jreback jreback added CI Continuous Integration Dependencies Required and optional dependencies labels Feb 25, 2021
@jreback jreback added this to the 1.2.3 milestone Feb 25, 2021
@jorisvandenbossche
Copy link
Member

The last release from dateutil was more than a year ago, so it's certainly not caused by a new dateutil. And both a recent working CI build as a failing one have python-dateutil 2.7.3 installed

@jorisvandenbossche
Copy link
Member

So I suppose it was an actual mistake in #40037 cc @jbrockmendel (and which was not catched because we have too many failing builds we are currently ignoring)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants