
Fixtures are required by oslo.lockutils so we should move them to requirments. And could move it back after this patch https://review.openstack.org/#/c/52612/ Will be merged Change-Id: I018a603c994cf8573020cca28b77fa5716038d8e Closes-bug: #1241581
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.6,<0.8
|
|
|
|
coverage
|
|
discover
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
python-subunit<=0.0.13
|
|
testrepository>=0.0.13
|
|
testtools>=0.9.22
|