Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. The change was made in horizon Rocky-3, so horizon 14.0.0.0b3 is required at least. Change-Id: Ic92b435559d72a4e77b58dd849d0a04d64fd202b
This commit is contained in:
parent
974ef7cdb0
commit
3857964122
@ -6,4 +6,4 @@ pbr>=1.6
|
|||||||
oslo.log>=3.30.0 # Apache-2.0
|
oslo.log>=3.30.0 # Apache-2.0
|
||||||
python-swiftclient>=2.2.0
|
python-swiftclient>=2.2.0
|
||||||
python-troveclient>=1.2.0
|
python-troveclient>=1.2.0
|
||||||
horizon>=13.0.0 # Apache-2.0
|
horizon>=14.0.0.0b3 # Apache-2.0
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
ddt>=0.7.0
|
ddt>=0.7.0
|
||||||
django-nose>=1.2
|
|
||||||
mock>=1.2
|
mock>=1.2
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
selenium>=2.50.1 # Apache-2.0
|
selenium>=2.50.1 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user