-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Python 3.8 CI #3727
Python 3.8 CI #3727
Conversation
crusaderky
commented
Jan 29, 2020
•
edited
Loading
edited
- Run full-fat suite of tests for Python 3.8
- Move asv, MacOSX tests, readthedocs, binder, and more to Python 3.8
- Test windows against latest numpy version
- Windows tests remain on Python 3.7 because of a couple of Python 3.8 tests that fail exclusively in CI. Will investigate later.
I have no clue whatsoever what's going on with docs?!? I didn't change it in any way and it's just... freezing?!? |
There are some warnings:
and an error?
|
Even if those were problems, the build should fail, not freeze. I think that's #3697, which freezes the build when trying to run |
the warning seems to be from |
Ready for review and merge.
|
Thanks @crusaderky . Merging hoping that this may fix our RTD issues |
* upstream/master: Python 3.8 CI (pydata#3727) PKG: Explicitly add setuptools dependency (pydata#3628) update whats-new Typo in Universal Functions section (pydata#3663) Release v0.15.0 fix setup.cfg Documentation fixes (pydata#3732) Remove extra && in PR template (pydata#3730) Remove garbage text inserted in DASK_LICENSE (pydata#3729) Avoid unsafe use of pip (pydata#3726) remove PR pre-black instructions (pydata#3707) Fix whats-new for 0.15 (pydata#3723) Add isort to CI (pydata#3721) setuptools-scm (3) (pydata#3724) Fix Sphinx links on contributing doc page (pydata#3710)
…under * upstream/master: (71 commits) Optimize isel for lazy array equality checking (pydata#3588) pin msgpack (pydata#3793) concat now handles non-dim coordinates only present in one dataset (pydata#3769) Add new h5netcdf backend phony_dims kwarg (pydata#3753) always use dask_array_type for isinstance calls (pydata#3787) allow formatting the diff of ndarray attributes (pydata#3728) Pint support for variables (pydata#3706) Format issue template comment as md comment (pydata#3790) Avoid running test_open_mfdataset_list_attr without dask (pydata#3780) remove seaborn.apionly compatibility (pydata#3749) Python 3.8 CI (pydata#3727) PKG: Explicitly add setuptools dependency (pydata#3628) update whats-new Typo in Universal Functions section (pydata#3663) Release v0.15.0 fix setup.cfg Documentation fixes (pydata#3732) Remove extra && in PR template (pydata#3730) Remove garbage text inserted in DASK_LICENSE (pydata#3729) Avoid unsafe use of pip (pydata#3726) ...