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

Mark which tests should be skipped for python 3.9 #3133

Merged
merged 4 commits into from
Dec 8, 2021

Conversation

freddyaboulton
Copy link
Contributor

Pull Request Description

Third time's the charm 😅

Fix broken nightlies by marking tests as being skipped for 3.9.


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 Dec 8, 2021

Codecov Report

Merging #3133 (dddd54b) into main (3aa1b36) will decrease coverage by 0.1%.
The diff coverage is 60.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #3133     +/-   ##
=======================================
- Coverage   99.7%   99.7%   -0.0%     
=======================================
  Files        317     317             
  Lines      30711   30718      +7     
=======================================
+ Hits       30607   30610      +3     
- Misses       104     108      +4     
Impacted Files Coverage Δ
evalml/tests/conftest.py 96.0% <33.4%> (-0.5%) ⬇️
...alml/tests/component_tests/test_arima_regressor.py 100.0% <100.0%> (ø)
...tests/component_tests/test_polynomial_detrender.py 100.0% <100.0%> (ø)
...ml/tests/component_tests/test_prophet_regressor.py 100.0% <100.0%> (ø)
.../tests/pipeline_tests/test_time_series_pipeline.py 99.8% <100.0%> (+0.1%) ⬆️

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 3aa1b36...dddd54b. Read the comment docs.

@freddyaboulton
Copy link
Contributor Author

freddyaboulton commented Dec 8, 2021

@freddyaboulton freddyaboulton added the blocker An issue blocking a release. label Dec 8, 2021
@freddyaboulton freddyaboulton self-assigned this Dec 8, 2021
@freddyaboulton freddyaboulton marked this pull request as ready for review December 8, 2021 17:06
skip_39 = pytest.mark.skip(reason="Test dependency not supported in python 3.9")
for item in items:
if "skip_if_39" in item.keywords:
item.add_marker(skip_39)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's coverage in the passing windows/linux 3.9

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.

🙏 thank you

@freddyaboulton freddyaboulton merged commit eb1e3e0 into main Dec 8, 2021
@freddyaboulton freddyaboulton deleted the fix-windows-3.9-tests branch December 8, 2021 19:30
@chukarsten chukarsten mentioned this pull request Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker An issue blocking a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants