Avoid installing python-nose for RHEL6.
* python-nose on RHEL isn't new enough to support Tempest. Change-Id: I98107bf664a12f6252f74b4511e3228d511ff855
This commit is contained in:
parent
9f52cd78f2
commit
70e6b7d14c
@ -16,7 +16,8 @@ python-kombu
|
||||
python-migrate
|
||||
python-mox
|
||||
python-netaddr
|
||||
python-nose
|
||||
# RHEL6's python-nose is incompatible with Tempest
|
||||
python-nose #dist:f16,f17,f18
|
||||
python-paste #dist:f16,f17,f18
|
||||
python-paste-deploy #dist:f16,f17,f18
|
||||
python-pep8
|
||||
|
@ -7,7 +7,8 @@ python-devel
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-netifaces
|
||||
python-nose
|
||||
# RHEL6's python-nose is incompatible with Tempest
|
||||
python-nose # dist:f16,f17,f18
|
||||
python-paste-deploy # dist:f16,f17,f18
|
||||
python-setuptools # dist:f16,f17,f18
|
||||
python-simplejson
|
||||
|
Loading…
Reference in New Issue
Block a user