pylint: Disable deprecated-method in test_conftest.
This commit is contained in:
parent
6f9b02741a
commit
7e8f16dd22
@ -54,4 +54,4 @@ def test_installed_package():
|
||||
|
||||
def test_getargspec():
|
||||
"""Make sure the getargspec DeprecationWarning gets ignored."""
|
||||
inspect.getargspec(lambda: None)
|
||||
inspect.getargspec(lambda: None) # pylint: disable=deprecated-method
|
||||
|
Loading…
Reference in New Issue
Block a user