Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Daily 3.8 #63

Merged
merged 13 commits into from
Oct 15, 2019
Merged

Daily 3.8 #63

merged 13 commits into from
Oct 15, 2019

Conversation

TomAugspurger
Copy link
Contributor

This is against daily.

Will also need one for master.

@TomAugspurger
Copy link
Contributor Author

cc @jbrockmendel.

@TomAugspurger
Copy link
Contributor Author

Seems like daily has been failing for a while: https://travis-ci.org/MacPython/pandas-wheels/builds/587339414. Haven't had a chance to look closely.

@TomAugspurger
Copy link
Contributor Author

Taking a closer look now. Will ping you if needed @jbrockmendel.

@TomAugspurger
Copy link
Contributor Author

https://travis-ci.org/MacPython/pandas-wheels/builds/597816689?utm_source=github_status&utm_medium=notification got the right numpy.

Failed installing CFFI. I'm not sure which test-dep brought that in. b3ed55f removes a few now-unnecessary dependencies.

@TomAugspurger
Copy link
Contributor Author

https://travis-ci.org/MacPython/pandas-wheels/jobs/597826930 passed on 3.8 with a few warnings

  /venv/lib/python3.8/site-packages/pandas/tests/frame/test_alter_axes.py:240: SyntaxWarning: "is" with a literal. Did you mean "=="?
5224    False if (keys[0] is "A" and keys[1] is "A") else drop  # noqa: F632
5225
5226

  /venv/lib/python3.8/site-packages/pandas/io/json/_json.py:159: DeprecationWarning: an integer is required (got type float).  Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python.
5258    return dumps(
5259
5260

Merging on green.

@TomAugspurger TomAugspurger mentioned this pull request Oct 14, 2019
@jbrockmendel
Copy link
Contributor

Looks like the 3.5 build is errorring out early:

distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm')

@TomAugspurger
Copy link
Contributor Author

Hopefully fixed by the other PR. Will pull it in to see.

@jbrockmendel
Copy link
Contributor

It looks like the failing build uses OSX 10.6 (Snow Leopard) which was released in 2009. We'd probably be OK bumping that if it turns out to be the problem

* install latest pip, add setuptools_scm to BUILD_DEPENDS

* remove comments

* pre-install setuptools_scm only for mac 3.5 build

(cherry picked from commit 1508d26)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants