pylint: Disable deprecated-method in test_conftest.

This commit is contained in:
Florian Bruhin 2015-12-01 07:16:53 +01:00
parent 6f9b02741a
commit 7e8f16dd22

View File

@ -54,4 +54,4 @@ def test_installed_package():
def test_getargspec(): def test_getargspec():
"""Make sure the getargspec DeprecationWarning gets ignored.""" """Make sure the getargspec DeprecationWarning gets ignored."""
inspect.getargspec(lambda: None) inspect.getargspec(lambda: None) # pylint: disable=deprecated-method