Merge "Drop nose dependencies"

This commit is contained in:
Zuul 2018-09-06 11:16:54 +00:00 committed by Gerrit Code Review
commit d251f971a3
3 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
Django==1.11
django-nose==1.4.4
docutils==0.11
dogpile.cache==0.6.5
dulwich==0.15.0

View File

@ -13,4 +13,4 @@ python-tackerclient>=0.8.0 # Apache-2.0
# This will be installed from git in OpenStack CI if the job setting
# required-projects for horizon:
horizon>=14.0.0.0b2 # 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
nodeenv>=0.9.4 # BSD
# This also needs xvfb library installed on your OS