Lint fixes

This commit is contained in:
Pedro Algarvio 2015-07-03 17:56:31 +01:00
parent f84c3e4fbd
commit 44738b2123

View file

@ -1010,7 +1010,6 @@ class ConfigTestCase(TestCase):
}
)
@skipIf(HAS_JSONSCHEMA is False, 'The \'jsonschema\' library is missing')
def test_oneof_config_validation(self):
class TestConf(config.Configuration):
@ -1047,7 +1046,6 @@ class ConfigTestCase(TestCase):
}
)
@skipIf(HAS_JSONSCHEMA is False, 'The \'jsonschema\' library is missing')
def test_anyof_config_validation(self):
class TestConf(config.Configuration):