Browse code

Merge "Avoid installing python-nose for RHEL6."

Jenkins authored on 2013/05/22 01:13:50
Showing 2 changed files
... ...
@@ -16,7 +16,8 @@ python-kombu
16 16
 python-migrate
17 17
 python-mox
18 18
 python-netaddr
19
-python-nose
19
+# RHEL6's python-nose is incompatible with Tempest
20
+python-nose         #dist:f16,f17,f18
20 21
 python-paste        #dist:f16,f17,f18
21 22
 python-paste-deploy #dist:f16,f17,f18
22 23
 python-pep8
... ...
@@ -7,7 +7,8 @@ python-devel
7 7
 python-eventlet
8 8
 python-greenlet
9 9
 python-netifaces
10
-python-nose
10
+# RHEL6's python-nose is incompatible with Tempest
11
+python-nose         # dist:f16,f17,f18
11 12
 python-paste-deploy # dist:f16,f17,f18
12 13
 python-setuptools   # dist:f16,f17,f18
13 14
 python-simplejson