Add license information in test-requirements.txt

In test-requirements.txt, some packages don't have license information.

This change add those information based on the following PyPI
information [1][2][3][4][5].

[1] https://pypi.python.org/pypi/coverage
[2] https://pypi.python.org/pypi/python-subunit
[3] https://pypi.python.org/pypi/Sphinx
[4] https://pypi.python.org/pypi/testrepository
[5] https://pypi.python.org/pypi/testtools

TrivialFix

Change-Id: Ic76225311350eb72ef51302b9731600058cbeefb
This commit is contained in:
Yukinori Sagara 2017-03-05 12:35:45 +09:00
parent 3f67b04e21
commit a9e77d5404
1 changed files with 5 additions and 5 deletions

View File

@ -4,18 +4,18 @@
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
coverage>=3.6 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
PyMySQL>=0.6.2 # MIT License
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
requests-mock>=1.0 # Apache-2.0
testrepository>=0.0.18
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0
testtools>=1.4.0 # MIT
# releasenotes
reno>=1.6.2 # Apache2