Code review comment for ~raharper/cloud-init:fix/pylint-no-member

Revision history for this message
Ryan Harper (raharper) wrote :

From Paride,

## [E1101(no-member), TestConfig.test_handle_with_no_growpart_entry]
## Instance of 'AbstractContextManager' has no 'enter_context' member

This is caused by astroid 2.3.0 (released yesterday). It does not happen
with Python 3.7, but with Python 3.6 it does. This could be because
contextlib2 (where the failures happen) does nothing in Py37, as there
is nothing to backport.

« Back to merge proposal