diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2013-09-12 13:20:11 +0800 |
---|---|---|
committer | Lianhao Lu <lianhao.lu@intel.com> | 2013-09-12 13:20:11 +0800 |
commit | daabfbfb1420c2f7e11bd0e2093ffc2e4cb48499 (patch) | |
tree | 016b2cfaa1f69cbccecf972cc0a0bebf918f4d3f /test-requirements.txt | |
parent | 234e10cd6472ba888570014c79f538e0efb4e64f (diff) | |
download | ceilometer-daabfbfb1420c2f7e11bd0e2093ffc2e4cb48499.tar.gz |
Use global openstack requirements
Update global openstack requirements.
Change-Id: Ied2bbf0f1f91a85fdc87c492edf4d967e6057290
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index ceaa69b8..a41a23b0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pep8==1.4.5 -pyflakes==0.7.2 +pyflakes>=0.7.2,<0.7.4 flake8==2.0 hacking>=0.5.6,<0.8 coverage>=3.6 @@ -7,7 +7,7 @@ discover httplib2 mock>=1.0 mox>=0.5.3 -fixtures>=0.3.12 +fixtures>=0.3.14 Babel>=0.9.6 http://tarballs.openstack.org/nova/nova-master.tar.gz#egg=nova swift @@ -19,4 +19,4 @@ oslo.sphinx python-subunit testrepository>=0.0.17 testtools>=0.9.32 -testscenarios>=0.4,<0.5 +testscenarios>=0.4 |