Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Remove coverage from tests since it doesn't work
Browse files Browse the repository at this point in the history
Coverage wasn't happening for import/def lines. Looks like pytest-dev/pytest-cov#117 affects us, I guess the plugin load/execute order is what is breaking it for us.
  • Loading branch information
adamchainz committed Jun 22, 2017
1 parent f734d5f commit e582b52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ modernize
multilint
pygments
pytest
pytest-cov
six
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# pip-compile --output-file requirements.txt requirements.in
#
configparser==3.5.0 # via flake8
coverage==4.4.1 # via pytest-cov
docutils==0.13.1
enum34==1.1.6 # via flake8
flake8==3.3.0
Expand All @@ -16,6 +15,5 @@ py==1.4.34 # via pytest
pycodestyle==2.3.1 # via flake8
pyflakes==1.5.0 # via flake8
pygments==2.2.0
pytest-cov==2.5.1
pytest==3.1.2
six==1.10.0
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ not_skip = __init__.py
paths = pytest_flake8dir.py
setup.py
test_pytest_flake8dir.py

[tool:pytest]
addopts = --cov=pytest_flake8dir
--cov-report term-missing
--cov-fail-under 100

0 comments on commit e582b52

Please # to comment.