anvil/test-requirements.txt
Vladimir Novikov 53d8e30bbd Extract merge process of the component options:
* Move merge component's opts with distro, persona, etc to cfg.py
  * Implementing YamlMergeLoader
  * Add unit tests for correct updating cached and processed opts data
  * Add unit tests for YamlMergeLoader
  * Fix redefinition process in personas
  * Add documentation to YamlMergerLoader docstring

Change-Id: Ie491defca3df09d763081799d551cef8c2128701
2013-10-22 13:36:21 +03:00

8 lines
143 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
pylint==0.25.2
hacking>=0.5.3,<0.6
mock