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: I0ddd009e656684a06ca70a07c79e64ce436c8b93
This commit is contained in:
Akihiro Motoki 2018-08-17 01:29:30 +09:00
parent e6e6e3f4ca
commit cd26031c1c
3 changed files with 1 additions and 4 deletions

View File

@ -7,11 +7,9 @@
# be installed in a specific order.
#
# Requirements for docs
django-nose>=1.4.4 # BSD
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD

View File

@ -9,4 +9,4 @@
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
horizon>=13.0.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0

View File

@ -10,7 +10,6 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
testtools>=2.2.0 # MIT