e215d3d260
No static path is required as we don't have anything to move from a static directory. This will ensure the gate tests pass. Also, moved docs to doc as gate failure isn't looking at docs folder, and updated tox environment run. Change-Id: I2d6d7e42eafef8e052006a4938e7950279f2f60c Closes-Bug: #1628113
18 lines
453 B
Plaintext
18 lines
453 B
Plaintext
# The order of packages matters
|
|
hacking<0.11,>=0.10.0
|
|
|
|
# Packages needed for dev testing
|
|
mock>=2.0 # BSD
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
coverage>=3.6 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
|
|
discover==0.4.0
|
|
unittest2==1.0.1
|
|
nose==1.3.7
|
|
|
|
# Pulls latest neutron, but it should be pinned in packaged deploys
|
|
http://tarballs.openstack.org/neutron/neutron-master.tar.gz#egg=neutron
|