Removed 'mox==0.5.0' and replaced with just 'mox' in tools/pip-requires.
I was getting an error from pip stating: Could not find a version that satisfies the requirement mox==0.5.0 (from versions: ). Potentially pip is messed up, but all tests seem to run with the latest version of mox (0.5.3). Change-Id: Id6a38766290a20d752177e8d272284b7b632156b
This commit is contained in:
parent
ea748f9131
commit
d521d6529e
@ -12,7 +12,7 @@ nose
|
||||
nose-exclude
|
||||
sphinx
|
||||
argparse
|
||||
mox==0.5.0
|
||||
mox
|
||||
boto
|
||||
swift
|
||||
sqlalchemy-migrate>=0.6,<0.7
|
||||
|
Loading…
Reference in New Issue
Block a user