edx-lint --> 1.1.2

This commit is contained in:
Ned Batchelder
2019-04-10 13:56:40 -04:00
parent 2430136fcd
commit b666e54196

View File

@@ -25,7 +25,7 @@ code-annotations # Perform code annotation checking, such as for PII an
cssselect # Used to extract HTML fragments via CSS selectors in 2 test cases and pyquery
ddt # Run a test case multiple times with different input; used in many, many of our tests
edx-i18n-tools>=0.4.6 # Commands for developers and translators to extract, compile and validate translations
edx-lint==1.1.1 # pylint extensions for Open edX repositories
edx-lint==1.1.2 # pylint extensions for Open edX repositories
factory_boy==2.8.1 # Library for creating test fixtures, used in many tests
freezegun # Allows tests to mock the output of assorted datetime module functions
httpretty # Library for mocking HTTP requests, used in many tests