Add constraint for nose in test requirements

This is a prerequisite to add os-ken into global requirements

Change-Id: Iff68a03fcc7e4e7f94539ec531b251969fbd3d1c
This commit is contained in:
Hongbin Lu 2018-10-25 15:48:37 +00:00
parent e6b05240ea
commit 28c7fa6aca
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ munch==2.1.0
netaddr==0.7.18
netifaces==0.10.4
neutron-lib==1.19.0
nose==1.3.7
openstackdocstheme==1.18.1
openstacksdk==0.11.2
os-client-config==1.28.0

View File

@ -10,6 +10,6 @@ oslotest>=1.10.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=1.4.0 # MIT
mock>=2.0.0 # BSD
nose
nose>=1.3.7 # LGPL
pycodestyle>=2.0.0 # MIT
pylint==1.9.2 # GPLv2