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

Remove support for [pytest] in setup.cfg files and pytest_plugins in non-top-level conftests #4566

Conversation

nicoddemus
Copy link
Member

Fix #3086, Fix #4548

@codecov
Copy link

codecov bot commented Dec 20, 2018

Codecov Report

Merging #4566 into features will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #4566      +/-   ##
============================================
+ Coverage     95.73%   95.77%   +0.03%     
============================================
  Files           111      111              
  Lines         24881    24879       -2     
  Branches       2451     2451              
============================================
+ Hits          23820    23827       +7     
+ Misses          745      743       -2     
+ Partials        316      309       -7
Flag Coverage Δ
#docs 29.41% <22.22%> (+0.08%) ⬆️
#doctesting 29.41% <22.22%> (+0.08%) ⬆️
#linting 29.41% <22.22%> (+0.08%) ⬆️
#linux 95.59% <100%> (+0.03%) ⬆️
#nobyte 92.42% <100%> (ø) ⬆️
#numpy 93.22% <100%> (+0.01%) ⬆️
#pexpect 41.89% <22.22%> (+0.03%) ⬆️
#py27 93.81% <100%> (+0.02%) ⬆️
#py34 91.9% <100%> (+0.05%) ⬆️
#py35 91.92% <100%> (+0.75%) ⬆️
#py36 91.94% <100%> (+0.05%) ⬆️
#py37 93.95% <100%> (+0.02%) ⬆️
#trial 93.22% <100%> (+0.01%) ⬆️
#windows 93.96% <100%> (ø) ⬆️
#xdist 93.81% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/_pytest/config/__init__.py 93.65% <100%> (+0.01%) ⬆️
src/_pytest/config/findpaths.py 94% <100%> (-0.12%) ⬇️
testing/deprecated_test.py 100% <100%> (ø) ⬆️
src/_pytest/deprecated.py 100% <100%> (ø) ⬆️
src/_pytest/warning_types.py 92.85% <0%> (-7.15%) ⬇️
src/_pytest/capture.py 94.11% <0%> (+0.45%) ⬆️
src/_pytest/terminal.py 91.7% <0%> (+0.84%) ⬆️
src/_pytest/cacheprovider.py 97.16% <0%> (+1.41%) ⬆️

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 c400d8b...a93f412. Read the comment docs.

@RonnyPfannschmidt RonnyPfannschmidt merged commit b2d3ae2 into pytest-dev:features Dec 20, 2018
@nicoddemus nicoddemus deleted the remove-setup-cfg-non-top-level-pytest-plugins branch December 20, 2018 08:06
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.

3 participants