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

unpin openpyxl #23361

Merged
merged 3 commits into from
Oct 28, 2018
Merged

unpin openpyxl #23361

merged 3 commits into from
Oct 28, 2018

Conversation

alimcmaster1
Copy link
Member

This was release 13th Sept -> https://pypi.org/project/openpyxl/#history

@codecov
Copy link

codecov bot commented Oct 26, 2018

Codecov Report

Merging #23361 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23361   +/-   ##
=======================================
  Coverage   92.18%   92.18%           
=======================================
  Files         161      161           
  Lines       51155    51155           
=======================================
  Hits        47157    47157           
  Misses       3998     3998
Flag Coverage Δ
#multiple 90.61% <ø> (ø) ⬆️
#single 42.24% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9e2278...bb0e9ce. Read the comment docs.

@gfyoung gfyoung added Build Library building on various platforms CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions labels Oct 27, 2018
@jreback jreback added this to the 0.24.0 milestone Oct 28, 2018
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you merge master. ping on green.

@@ -8,7 +8,7 @@ dependencies:
- jinja2=2.8
- numexpr=2.6.1
- numpy=1.12.0
- openpyxl=2.5.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you leave this pin here

@alimcmaster1
Copy link
Member Author

ping - updated as per @jreback comments and now green - thanks @gfyoung too!

@jreback jreback merged commit a26005a into pandas-dev:master Oct 28, 2018
@jreback
Copy link
Contributor

jreback commented Oct 28, 2018

thanks @alimcmaster1

@alimcmaster1
Copy link
Member Author

alimcmaster1 commented Oct 29, 2018

@jreback this is strange - this seems to have gone green on Azure despite the fact https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=2029&view=ms.vss-test-web.test-result-details tests seem to be failing on MacOS-35, or am I missing something?

Previous commit to master has no mention of these test failures so my commit looks to be the suspect.

This seems to be related:
microsoft/azure-pipelines-tasks#1268.

Do we want to fail the build if tests fail ( i'm guessing yes ) current behaviour seems to be no?

thoo added a commit to thoo/pandas that referenced this pull request Oct 30, 2018
…y_tests

* repo_org/master: (52 commits)
  ENH: Allow rename_axis to specify index and columns arguments  (pandas-dev#20046)
  STY: proposed isort settings [ci skip] [skip ci] [ciskip] [skipci] (pandas-dev#23366)
  MAINT: Remove extraneous test.parquet file
  CLN: Follow-up comments to pandas-devgh-23392 (pandas-dev#23401)
  BUG GH23282 calling min on series of NaT returns NaT (pandas-dev#23289)
  unpin openpyxl (pandas-dev#23361)
  REF: collect ops dispatch functions in one place, try to de-duplicate SparseDataFrame methods (pandas-dev#23060)
  CLN: Remove pandas.tools module (pandas-dev#23376)
  CLN: Remove some dtype methods from API (pandas-dev#23390)
  CLN: Cleanup toplevel namespace shims (pandas-dev#23386)
  DOC: fixup whatsnew note for GH21394 (pandas-dev#23355)
  Fix import format at pandas/tests/extension directory (pandas-dev#23365)
  DOC: Remove Series.sortlevel from api.rst (pandas-dev#23395)
  API: Disallow dtypes w/o frequency when casting (pandas-dev#23392)
  BUG/TST/REF: Datetimelike Arithmetic Methods (pandas-dev#23215)
  STYLE: lint
  add np.nan* funcs to cython_table (pandas-dev#22109)
  Run Isort on tests/util single PR (pandas-dev#23347)
  BUG: Fix date_range overflow (pandas-dev#23345)
  Run Isort on tests/arrays single PR (pandas-dev#23346)
  ...
jbrockmendel pushed a commit to jbrockmendel/pandas that referenced this pull request Oct 30, 2018
@alimcmaster1
Copy link
Member Author

@TomAugspurger thought I would also bring my above comment to your attention. Do you want me to create an issue? Pretty sure we want azure pipeline to fail if tests fail?

@TomAugspurger
Copy link
Contributor

Yeah, we want the CI status to be failed when the tests fails.

Skimming microsoft/azure-pipelines-tasks#1268 didn't make sense to me. I suppose we could only publish tests results if there's not a failure?

tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
@alimcmaster1 alimcmaster1 mentioned this pull request Jan 5, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants