diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-18 22:39:43 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-18 22:39:43 +0000 |
commit | 8de1b78e733a28672e6e143e35d02f56b4b54c79 (patch) | |
tree | 7c55af04057066b5ca95af5fc41da30a76c6ba59 /test-requirements.txt | |
parent | 62928318f84a0431b1b9e4dea83205835408c02c (diff) | |
download | ceilometer-8de1b78e733a28672e6e143e35d02f56b4b54c79.tar.gz |
Updated from global requirements
Change-Id: I595defd4531485f5cb4fa6ebf35abbf01b338970
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index ce1f9d8c..6581dce2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,14 +4,14 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 -Babel>=1.3 +Babel>=1.3 # BSD contextlib2>=0.4.0 # PSF License -coverage>=3.6 -elasticsearch<2.0,>=1.3.0 -fixtures>=1.3.1 -happybase!=0.7,>=0.5;python_version=='2.7' -httplib2>=0.7.5 -mock>=1.2 +coverage>=3.6 # Apache-2.0 +elasticsearch<2.0,>=1.3.0 # Apache-2.0 +fixtures>=1.3.1 # Apache-2.0/BSD +happybase!=0.7,>=0.5;python_version=='2.7' # MIT +httplib2>=0.7.5 # MIT +mock>=1.2 # BSD PyMySQL>=0.6.2 # MIT License oslo.cache>=0.8.0 # Apache-2.0 # Docs Requirements @@ -19,18 +19,18 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 reno>=0.1.1 # Apache2 oslotest>=1.10.0 # Apache-2.0 oslo.vmware>=1.16.0 # Apache-2.0 -psycopg2>=2.5 +psycopg2>=2.5 # LGPL/ZPL pylint==1.4.5 # GNU GPL v2 -pymongo>=3.0.2 -gnocchiclient>=2.1.0 -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -sphinxcontrib-httpdomain -sphinxcontrib-pecanwsme>=0.8 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +pymongo>=3.0.2 # Apache-2.0 +gnocchiclient>=2.1.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +sphinxcontrib-httpdomain # BSD +sphinxcontrib-pecanwsme>=0.8 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT gabbi>=1.11.0 # Apache-2.0 requests-aws>=0.1.4 # BSD License (3 clause) -tempest-lib>=0.12.0 -WebTest>=2.0 +tempest-lib>=0.13.0 # Apache-2.0 +WebTest>=2.0 # MIT |