diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-16 03:31:16 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-16 03:31:16 +0000 |
commit | c818e85381ce9211d016c2b1179de854bcbfff58 (patch) | |
tree | f445068a4ce66be7151992db6f7203354f735895 /test-requirements.txt | |
parent | 62fc6ab094ade4ea6e1453e0c169b20602555af4 (diff) | |
download | oslo-messaging-c818e85381ce9211d016c2b1179de854bcbfff58.tar.gz |
Updated from global requirements
Change-Id: I7d219ca0d0c774888d2146fa7a8549457c1e57ba
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 309fbe7..2b62be5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,19 +5,19 @@ # Hacking already pins down pep8, pyflakes and flake8 hacking<0.11,>=0.10.0 -discover -fixtures>=1.3.1 -mock>=1.2 -mox3>=0.7.0 -python-subunit>=0.0.18 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +discover # BSD +fixtures>=1.3.1 # Apache-2.0/BSD +mock>=1.2 # BSD +mox3>=0.7.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT oslotest>=1.10.0 # Apache-2.0 # for test_matchmaker_redis -redis>=2.10.0 -retrying>=1.2.3,!=1.3.0 # Apache-2.0 +redis>=2.10.0 # MIT +retrying!=1.3.0,>=1.2.3 # Apache-2.0 # for test_impl_zmq pyzmq>=14.3.1 # LGPL+BSD @@ -28,10 +28,10 @@ kafka-python>=0.9.2 # Apache-2.0 # when we can require tox>= 1.4, this can go into tox.ini: # [testenv:cover] # deps = {[testenv]deps} coverage -coverage>=3.6 +coverage>=3.6 # Apache-2.0 # this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 # AMQP 1.0 support depends on the Qpid Proton AMQP 1.0 @@ -39,4 +39,4 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 pyngus>=2.0.0 # Apache-2.0 # Bandit security code scanner -bandit>=0.13.2 +bandit>=0.13.2 # Apache-2.0 |