diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-05-27 20:55:49 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-05-27 20:55:49 +0000 |
| commit | 8cc6e2a372c61961f0f5ea40523cafaba240446c (patch) | |
| tree | 8b5b81e9bafc687a4c059b68f323b2a49ee61c11 | |
| parent | a7c36f68793a7db454d344187d4596ebecc8ade0 (diff) | |
| parent | 2e4fca0b2a8dc4295d14a337ffa2771fab857420 (diff) | |
Fixes the bug introduced by rpc-multicall that caused some test_service.py tests to fail by pip-requiring a later version of mox
| -rw-r--r-- | tools/pip-requires | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 8f8018765..f1c5b2003 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -17,8 +17,7 @@ redis==2.0.0 routes==1.12.3 WebOb==0.9.8 wsgiref==0.1.2 -mox==0.5.0 --f http://pymox.googlecode.com/files/mox-0.5.0.tar.gz +mox==0.5.3 greenlet==0.3.1 nose bzr |
