Fixing lint

This commit is contained in:
Gareth J. Greenaway 2019-01-11 17:01:33 -08:00
parent e8c8c0f451
commit f7caa4df51
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -70,6 +70,7 @@ __all_privileges__ = [
'XA_RECOVER_ADMIN'
]
@skipIf(NO_MOCK, NO_MOCK_REASON)
@skipIf(NO_MYSQL, 'Install MySQL bindings before running MySQL unit tests.')
class MySQLTestCase(TestCase, LoaderModuleMockMixin):