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

Fix build_conda_pkg #2323

Merged
merged 10 commits into from Jun 1, 2021
Merged

Fix build_conda_pkg #2323

merged 10 commits into from Jun 1, 2021

Conversation

freddyaboulton
Copy link
Contributor

@freddyaboulton freddyaboulton commented Jun 1, 2021

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
Copy link

codecov bot commented Jun 1, 2021

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
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
Copy link
Contributor

@jeremyliweishih jeremyliweishih left a comment

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.

Copy link
Contributor

@angela97lin angela97lin left a comment

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?

Copy link
Contributor

@dsherry dsherry left a comment

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.

None yet

5 participants