From a9e77d5404655e9c5037721841d781c3f9eabe4b Mon Sep 17 00:00:00 2001 From: Yukinori Sagara Date: Sun, 5 Mar 2017 12:35:45 +0900 Subject: [PATCH] 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 --- test-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4bdff3e5..615e4df1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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