mirror of https://github.com/scrapy/scrapy.git
Disable pylint for broken code.
This commit is contained in:
parent
187e8f9a2d
commit
043a24410b
|
|
@ -206,7 +206,7 @@ class BaseSettingsTest(unittest.TestCase):
|
|||
)
|
||||
def test_update_kwargs(self):
|
||||
settings = BaseSettings({"key": 0})
|
||||
settings.update(key=1)
|
||||
settings.update(key=1) # pylint: disable=unexpected-keyword-arg
|
||||
|
||||
@pytest.mark.xfail(
|
||||
raises=AttributeError,
|
||||
|
|
|
|||
Loading…
Reference in New Issue