076a75f48f
Move requirement for neutron to test-requirements as this is for tox testing. PIP installations are failing due to this. Change-Id: I54f218ec6d522296def62522d416518534659109
17 lines
422 B
Plaintext
17 lines
422 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
|
|
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
|