Fix .coveragrc to prevent nose tests error

Since v4.0 the coverage package raises an error if unrecognized
options are found in .coveragrc [1]. Previously they were ignored. The
ignore-errors option therefore causes nosetests with coverage to error
because the option should be ignore_errors (underscore not hyphen).
[1] https://bitbucket.org/ned/coveragepy/src/tip/CHANGES.rst
Change-Id: Ic488801b7cc43217f9e2a4ed945e06505b667608
This commit is contained in:
Alistair Coles
2015年09月21日 10:01:54 +01:00
parent f1b5a1f4c5
commit 9e95613d71

View File

@@ -3,4 +3,4 @@ branch = True
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*
[report]
ignore-errors = True
ignore_errors = True
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.