Skip to content

Commit

Permalink
Merge pull request #585 from pv/cov-warnings
Browse files Browse the repository at this point in the history
Disable coverage warning & logging capture that causes problems in tests
  • Loading branch information
pv authored Dec 3, 2017
2 parents 1693e29 + 12a51ee commit a784796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[run]
include = */asv/*
branch = True
disable_warnings =
include-ignored
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[zest.releaser]
python-file-with-version = asv/__init__.py

[tool:pytest]
addopts=-p no:logging

0 comments on commit a784796

Please sign in to comment.