Pin edx-lint to keep the version stable

This commit is contained in:
Ned Batchelder
2018-12-11 12:29:35 -05:00
parent 75b051b336
commit e4adce6869

View File

@@ -23,7 +23,7 @@ bok-choy # Framework for browser automation tests, based on sel
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 # pylint extensions for Open edX repositories
edx-lint==0.6.0 # pylint extensions for Open edX repositories
pylint-plugin-utils==0.3 # required by edx-lint and pinned explicitly here because newer versions don't guarantee python 2 support.
# can be removed when we get to python 3
factory_boy==2.8.1 # Library for creating test fixtures, used in many tests