5546679525
Pinned neutron version and other fixes to make the dev docker env run. Change-Id: I4bbd121489fa04d871a3665c45f21050cd0bf4c3 Closes-Bug: #1713805
21 lines
642 B
Plaintext
21 lines
642 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
|
|
|
|
# NOTE(alexm): pinning the neutron version until quark is
|
|
# up to date with the upstream neutron code
|
|
# Pulls latest neutron, but it should be pinned in packaged deploys
|
|
# http://tarballs.openstack.org/neutron/neutron-master.tar.gz#egg=neutron
|
|
http://tarballs.openstack.org/neutron/neutron-10.0.0.tar.gz#egg=neutron
|