Remove dependency oslo.i18n from test-requirements.txt

oslo.i18n is one of runtime requirements.

Change-Id: I77c7cb5e2d5a3c0f0c417db14de0fca2c69629ec
This commit is contained in:
ChangBo Guo(gcb) 2017-05-24 11:34:37 +08:00
parent 741abca48e
commit f0a915f596
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
# Required only for tests
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
# mocking framework
mock>=2.0 # BSD