Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
TST/COMPAT: python 3.5 compat #11097
Comments
jreback
added Testing Compat Python 3.5
labels
Sep 14, 2015
jreback
modified the milestone: 0.17.1, 0.17.0
Sep 14, 2015
parthea
referenced
this issue
Sep 15, 2015
Merged
COMPAT: Add Google BigQuery support for python 3 #11094 #11110
jreback
added a commit
to jreback/pandas
that referenced
this issue
Sep 15, 2015
|
|
jreback |
c708c79
|
jreback
closed this
in #11114
Sep 15, 2015
jreback
added a commit
that referenced
this issue
Sep 15, 2015
|
|
jreback |
0f28a6b
|
nickeubank
added a commit
to nickeubank/pandas
that referenced
this issue
Sep 29, 2015
|
|
jreback + nickeubank |
aedf82b
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 14, 2015
A few changes are needed: https://travis-ci.org/jreback/pandas/jobs/80331174 (since merged to master)
so the Call node as changed
need to do something like this: https://bitbucket.org/pytest-dev/pytest/pull-requests/296/astcall-signature-changed-on-35/diff
If this is fixed I think everything will pass. I guess this is an API change in python.