Skip to content

Fix build_conda_pkg - #2323

Merged
dsherry merged 10 commits into
mainfrom
conda-disk-space
Jun 1, 2021
Merged

dsherry merged 10 commits into
mainfrom
conda-disk-space

Conversation

@freddyaboulton

@freddyaboulton freddyaboulton commented Jun 1, 2021

Copy link
Copy Markdown
Contributor

Pull Request Description

Disable broken test on gh-action build_conda_pkg job.


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@codecov

codecov Bot commented Jun 1, 2021

Copy link
Copy Markdown

Codecov Report

Merging #2323 (353cd33) into main (f2a3cc1) will decrease coverage by 0.1%.
The diff coverage is 66.7%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2323     +/-   ##
=======================================
- Coverage   99.9%   99.9%   -0.0%     
=======================================
  Files        280     280             
  Lines      24490   24492      +2     
=======================================
+ Hits       24463   24464      +1     
- Misses        27      28      +1     
Impacted Files Coverage Δ
evalml/tests/pipeline_tests/test_graphs.py 99.3% <66.7%> (-0.7%) ⬇️

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 f2a3cc1...353cd33. Read the comment docs.

def test_saving_png_file(tmpdir, test_pipeline):
def test_saving_png_file(tmpdir, test_pipeline, is_using_conda):
if is_using_conda:
pytest.skip("Skipping saving_png_file if running during conda build process.")

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This line will only be run during the build_conda_pkg job. Since it's just pytest.skip I think it's ok to merge.

@freddyaboulton freddyaboulton changed the title [No-merge] Conda check debug Fix build_conda_pkg Jun 1, 2021
@freddyaboulton
freddyaboulton marked this pull request as ready for review June 1, 2021 20:34

@jeremyliweishih jeremyliweishih left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

looks good! need a higher power (@dsherry) to either merge this in first or the latest dependency PR though.

@angela97lin angela97lin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🙏

Is there a issue up to track removing this once we figure out the root cause?

@dsherry dsherry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@dsherry
dsherry merged commit b039cc0 into main Jun 1, 2021
@freddyaboulton
freddyaboulton deleted the conda-disk-space branch June 1, 2021 21:18
@chukarsten chukarsten mentioned this pull request Jun 2, 2021
@chukarsten chukarsten mentioned this pull request Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants