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

Update circleci to run checkin tests on py3.8 #462

Merged
merged 2 commits into from
Mar 9, 2020
Merged

Conversation

dsherry
Copy link
Contributor

@dsherry dsherry commented Mar 7, 2020

Support python 3.8

Fix #310


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

@codecov
Copy link

codecov bot commented Mar 7, 2020

Codecov Report

Merging #462 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #462      +/-   ##
==========================================
+ Coverage   98.25%   98.26%   +0.01%     
==========================================
  Files         104      104              
  Lines        3265     3292      +27     
==========================================
+ Hits         3208     3235      +27     
  Misses         57       57
Impacted Files Coverage Δ
...onents/estimators/regressors/catboost_regressor.py 100% <0%> (ø) ⬆️
...ents/estimators/classifiers/catboost_classifier.py 100% <0%> (ø) ⬆️
evalml/tests/component_tests/test_components.py 100% <0%> (ø) ⬆️
evalml/tests/tuner_tests/test_skopt_tuner.py 100% <0%> (ø) ⬆️
evalml/tests/pipeline_tests/test_graphs.py 100% <0%> (ø) ⬆️
...ents/estimators/classifiers/logistic_regression.py 100% <0%> (ø) ⬆️
...mponents/estimators/regressors/linear_regressor.py 100% <0%> (ø) ⬆️
...s/components/estimators/regressors/rf_regressor.py 100% <0%> (ø) ⬆️
.../tests/automl_tests/test_auto_regression_search.py 100% <0%> (ø) ⬆️
...nents/estimators/classifiers/xgboost_classifier.py 100% <0%> (ø) ⬆️
... and 10 more

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 91d62ec...ed9364c. Read the comment docs.

@dsherry dsherry changed the title [WIP] Update circleci to run checkin tests on py3.8 Update circleci to run checkin tests on py3.8 Mar 7, 2020
@dsherry
Copy link
Contributor Author

dsherry commented Mar 7, 2020

Wow, no checkin test errors! And no lint errors, which isn't what I expected. I guess we support python 3.8 now :)

@@ -161,7 +161,7 @@ jobs:
build_docs:
working_directory: ~/evalml/
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not necessary but felt right

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.

Wow, no errors? Sounds good true to be true (though I wonder what happened to that linting issue from a while ago...). 🚢

@dsherry dsherry self-assigned this Mar 7, 2020
Copy link
Collaborator

@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.

👏

@dsherry
Copy link
Contributor Author

dsherry commented Mar 9, 2020

@angela97lin yeah I know, I was surprised too! The linting issue may have had something to do with the isort version I had. I can't remember now. Was it just me who had the issue or did you have it too?

@dsherry dsherry merged commit d01cbeb into master Mar 9, 2020
@dsherry dsherry deleted the ds_310_support_py38 branch March 9, 2020 18:58
@angela97lin
Copy link
Contributor

I'm still locally using 3.7.6 but when I tried 3.8.1 I had run into the same issues you did. :o

@angela97lin angela97lin mentioned this pull request Mar 9, 2020
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.

Support python 3.8
4 participants