diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-19 13:52:08 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-01-19 13:52:08 +0000 |
commit | 36268600f5ba97f2b18945e9db03d7184e5ffde0 (patch) | |
tree | 73ce4ea312ca55e5bbd1de3febce0415c85d7ea0 /test-requirements.txt | |
parent | bfa7e51252f5467e152bfe1dc046bcd79ce0ba0a (diff) | |
download | python-barbicanclient-36268600f5ba97f2b18945e9db03d7184e5ffde0.tar.gz |
Updated from global requirements
Change-Id: I65e4e45f2c2db58a8fe89fb380d10cea9c4a4922
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 66438ba..4d6ce9e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,18 +1,18 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -coverage>=3.6 -discover +coverage>=3.6 # Apache-2.0 +discover # BSD hacking<0.11,>=0.10.0 -fixtures>=1.3.1 +fixtures>=1.3.1 # Apache-2.0/BSD requests-mock>=0.7.0 # Apache-2.0 -mock>=1.2 -testrepository>=0.0.18 -testtools>=1.4.0 +mock>=1.2 # BSD +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT oslotest>=1.10.0 # Apache-2.0 -nose -python-openstackclient>=2.0.0 +nose # LGPL +python-openstackclient>=2.0.0 # Apache-2.0 # Documentation build requirements -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 |