18e110dbf0
A project-wide concensus is forming that mox should be phased out and mock should be encouraged for writing new tests. This change allow mock to be used for new tests. Change-Id: I3cdf77bbeadd419b811bddcc31f048c1c6ec38bb
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.6,<0.7
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.12
|
|
mock>=0.8.0
|
|
mox>=0.5.3
|
|
sphinx>=1.1.2
|
|
testscenarios>=0.4,<0.5
|
|
testrepository>=0.0.17
|
|
testtools>=0.9.32
|