pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

Fix failure setting optimize option (#480)

Open dpinol opened this issue 3 years ago • 9 comments
trafficstars

Fixes #480

dpinol avatar Dec 29 '21 17:12 dpinol

Codecov Report

Base: 87.34% // Head: 87.37% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (1c43748) compared to base (b95e524). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #481      +/-   ##
==========================================
+ Coverage   87.34%   87.37%   +0.02%     
==========================================
  Files          39       39              
  Lines        2316     2320       +4     
==========================================
+ Hits         2023     2027       +4     
  Misses        293      293              
Impacted Files Coverage Δ
src/julia/tests/test_juliaoptions.py 100.00% <ø> (ø)
src/julia/options.py 96.19% <100.00%> (ø)
src/julia/tests/test_options.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Apr 06 '22 10:04 codecov[bot]

@mkitti do you think you could merge this? (You have merge access, right?)

MilesCranmer avatar Oct 13 '22 14:10 MilesCranmer

We would need to get these tests passing

mkitti avatar Oct 13 '22 14:10 mkitti

@MilesCranmer Clone the branch, get the tests to pass, and submit a new PR pinging me. Then I will merge it.

mkitti avatar Oct 13 '22 14:10 mkitti

logs have expired. Can sb rerun the tests?

dpinol avatar Oct 13 '22 14:10 dpinol

Considering rebasing

mkitti avatar Oct 13 '22 14:10 mkitti

@mkitti done

dpinol avatar Oct 13 '22 15:10 dpinol

Hmm, that did not seem to fix testing.

mkitti avatar Oct 13 '22 15:10 mkitti

It seems unrelated to this PR - the issue seems to be because the CI is trying to download a pip package from an HTTP URL instead of HTTPS, and urllib no longer allows non-SSL requests:

      Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz

I think that's why the Python 2.7 version works - since the old urllib hasn't deprecated non-SSL.

MilesCranmer avatar Oct 13 '22 22:10 MilesCranmer

FYI @dpinol once #508 is merged this should work

MilesCranmer avatar Nov 02 '22 21:11 MilesCranmer

@MilesCranmer rebased. thanks

dpinol avatar Nov 09 '22 08:11 dpinol

@mkitti any idea how to change the actions for “Required statuses must pass before merging”? It seems like they are for a different CI naming scheme maybe.

MilesCranmer avatar Nov 09 '22 13:11 MilesCranmer

any idea how to change the actions for “Required statuses must pass before merging”? It seems like they are for a different CI naming scheme maybe.

Let me take a look at the branch protection rules.

mkitti avatar Nov 09 '22 13:11 mkitti

Status checks should be functional now

mkitti avatar Nov 09 '22 14:11 mkitti

Could this one be merged?

MilesCranmer avatar Nov 11 '22 20:11 MilesCranmer

Awesome! 🚀

MilesCranmer avatar Nov 12 '22 02:11 MilesCranmer