Skip to content

Do not capture DeprecationWarning and PendingDeprecationWarning by default. #277

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

Merged
merged 3 commits into from
May 22, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented May 22, 2022

Closes #269.

@tobiasraabe tobiasraabe added this to the v0.2.3 milestone May 22, 2022
@codecov
Copy link

codecov bot commented May 22, 2022

Codecov Report

Merging #277 (225ca6f) into main (e60c8a0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #277   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files          90       90           
  Lines        7597     7605    +8     
=======================================
+ Hits         7339     7347    +8     
  Misses        258      258           
Flag Coverage Δ
end_to_end 82.56% <35.71%> (-0.11%) ⬇️
integration 41.30% <21.42%> (-0.02%) ⬇️
unit 69.07% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/_pytask/warnings.py 81.81% <ø> (-0.50%) ⬇️
src/_pytask/collect_command.py 89.28% <100.00%> (ø)
tests/test_warnings.py 100.00% <100.00%> (ø)

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 e60c8a0...225ca6f. Read the comment docs.

@tobiasraabe tobiasraabe merged commit bec6d2e into main May 22, 2022
@tobiasraabe tobiasraabe deleted the fix-269 branch May 22, 2022 20:46
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.

ENH: Don't show DeprecationWarning and PendingDeprecationWarning.
1 participant