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:
Akihiro Motoki 2018-08-17 02:50:40 +09:00
parent 974ef7cdb0
commit 3857964122
2 changed files with 1 additions and 2 deletions

View File

@ -6,4 +6,4 @@ pbr>=1.6
oslo.log>=3.30.0 # Apache-2.0
python-swiftclient>=2.2.0
python-troveclient>=1.2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -5,7 +5,6 @@
hacking<0.11,>=0.10.0
coverage>=3.6
ddt>=0.7.0
django-nose>=1.2
mock>=1.2
python-subunit>=0.0.18
selenium>=2.50.1 # Apache-2.0