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

Turn PytestDeprecationWarning into error #5410

Merged
merged 1 commit into from Jun 6, 2019

Conversation

nicoddemus
Copy link
Member

Fix #5402

@nicoddemus nicoddemus added this to the 5.0 milestone Jun 5, 2019
@codecov
Copy link

codecov bot commented Jun 5, 2019

Codecov Report

Merging #5410 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5410      +/-   ##
==========================================
+ Coverage   95.98%   95.98%   +<.01%     
==========================================
  Files         114      114              
  Lines       25496    25507      +11     
  Branches     2474     2476       +2     
==========================================
+ Hits        24473    24484      +11     
  Misses        718      718              
  Partials      305      305
Impacted Files Coverage Δ
testing/test_warnings.py 100% <100%> (ø) ⬆️
src/_pytest/warnings.py 86.95% <100%> (+0.19%) ⬆️
testing/python/fixtures.py 99.09% <100%> (ø) ⬆️

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 be84ba8...8f5cb46. Read the comment docs.

Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

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

@nicoddemus nicoddemus merged commit 9f8b566 into pytest-dev:master Jun 6, 2019
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.

Change deprecation warnings into errors for 5.0
2 participants