Remove double requirement

The translation proposal job complains about double requirements, remove
the extra one of six from test-requirements, since it's enough to have
it in requirements.txt.

Message was:
"Double requirement given: six>=1.9.0 (from -r
/home/jenkins/workspace/tacker-propose-translation-update/test-requirements.txt
(line 11)) (already in six>=1.9.0 (from -r
/home/jenkins/workspace/tacker-propose-translation-update/requirements.txt
(line 20)), name='six')"

to reproduce, run:
tox -e venv -- sphinx-build -b gettext -d releasenotes/build/doctrees releasenotes/source releasenotes/work

This fails without the change and works now.

Change-Id: Ia7b3bc86a348b3254a580cf3eaa3f6a13fe52861
This commit is contained in:
Andreas Jaeger 2016-06-15 08:58:23 +02:00 committed by Andreas Jaeger
parent 4c74e89790
commit fe26179b63
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ hacking<0.11,>=0.10.2
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
ordereddict # MIT
six>=1.9.0 # MIT
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.7.0 # Apache-2.0