Yesterday's release of Pylint 2.8 added consider-using-with among other new checkers. The tests are currently failing on master in six places and I will try to fix them by refactoring to use the with statement if possible, or adding # pylint: disable=consider-using-with otherwise.