diff options
author | Thiago da Silva <thiago@redhat.com> | 2013-10-09 16:45:25 -0400 |
---|---|---|
committer | Luis Pabon <lpabon@redhat.com> | 2013-10-09 16:47:03 -0700 |
commit | 2d56bc3803286b80516652da8f01dcdf96c21d19 (patch) | |
tree | 5084ee79450552de68607dfea0dc831bbdb91993 /tools | |
parent | b27b46ee6ffa3be55393dfa5c4cfc55d24a4ef31 (diff) |
fixing tox requirements
Old link to download swift 1.9.1 is broken, updated to download directly
Change-Id: I02401c4f243376b58940b13e212d6dfafc1c76c9
Signed-off-by: Thiago da Silva <thiago@redhat.com>
Reviewed-on: http://review.gluster.org/6060
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test-requires | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires index 0961694..fdebbb6 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,11 +1,12 @@ # Install bounded pep8/pyflakes first, then let flake8 install -swift==1.9.1 pep8==1.4.5 pyflakes==0.7.2 flake8==2.0 +hacking>=0.5.6,<0.6 coverage nose nosexcover openstack.nose_plugin nosehtmloutput +sphinx>=1.1.2 mock>=0.8.0 |