Skip to content

COMPAT: Ascii example #20311

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

Merged
merged 1 commit into from
Mar 12, 2018
Merged

Conversation

TomAugspurger
Copy link
Contributor

Py2 issues:

pytest -m single -r xX --junitxml=/tmp/single.xml --strict --only-slow --skip-network pandas
Traceback (most recent call last):
  File "/home/travis/miniconda3/envs/pandas/lib/python2.7/site-packages/_pytest/config.py", line 366, in _importconftest
    mod = conftestpath.pyimport()
  File "/home/travis/miniconda3/envs/pandas/lib/python2.7/site-packages/py/_path/local.py", line 668, in pyimport
    __import__(modname)
  File "/home/travis/build/pandas-dev/pandas/pandas/__init__.py", line 45, in <module>
    from pandas.core.api import *
  File "/home/travis/build/pandas-dev/pandas/pandas/core/api.py", line 10, in <module>
    from pandas.core.groupby import Grouper
  File "/home/travis/build/pandas-dev/pandas/pandas/core/groupby.py", line 45, in <module>
    from pandas.core.index import (Index, MultiIndex,
  File "/home/travis/build/pandas-dev/pandas/pandas/core/index.py", line 2, in <module>
    from pandas.core.indexes.api import *
  File "/home/travis/build/pandas-dev/pandas/pandas/core/indexes/api.py", line 1, in <module>
    from pandas.core.indexes.base import (Index,
  File "/home/travis/build/pandas-dev/pandas/pandas/core/indexes/base.py", line 1537
SyntaxError: Non-ASCII character '\xc3' in file /home/travis/build/pandas-dev/pandas/pandas/core/indexes/base.py on line 1538, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
ERROR: could not load /home/travis/build/pandas-dev/pandas/pandas/conftest.py

@TomAugspurger
Copy link
Contributor Author

Test collection succeeded on https://travis-ci.org/pandas-dev/pandas/jobs/352488613 Merging since this is breaking master right now.

@TomAugspurger TomAugspurger merged commit bfe6ebc into pandas-dev:master Mar 12, 2018
@TomAugspurger TomAugspurger deleted the ci-failure branch March 12, 2018 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant