diff options
author | Andrew Butcher <abutcher@afrolegs.com> | 2016-09-01 13:47:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 13:47:37 -0400 |
commit | 84c220e5e68fa8ead1f15b9af928c42c12ce853b (patch) | |
tree | d40d6b80f152ef65ae4efbf1fca1cbc7780fd266 /utils/test-requirements.txt | |
parent | 55683a581ab891e293c5a34c074c324009f1ba37 (diff) | |
parent | 54a494e0948c270a66b63dc9420d38bb5b68ff54 (diff) | |
download | openshift-84c220e5e68fa8ead1f15b9af928c42c12ce853b.tar.gz openshift-84c220e5e68fa8ead1f15b9af928c42c12ce853b.tar.bz2 openshift-84c220e5e68fa8ead1f15b9af928c42c12ce853b.tar.xz openshift-84c220e5e68fa8ead1f15b9af928c42c12ce853b.zip |
Merge pull request #2367 from tbielawa/FixNewerPyLintErrors
Fix PyLint errors discovered when upgrading to newer version
Diffstat (limited to 'utils/test-requirements.txt')
-rw-r--r-- | utils/test-requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/test-requirements.txt b/utils/test-requirements.txt new file mode 100644 index 000000000..f2216a177 --- /dev/null +++ b/utils/test-requirements.txt @@ -0,0 +1,11 @@ +enum +configparser +pylint +pep8 +nose +coverage +mock +flake8 +PyYAML +click +backports.functools_lru_cache |