Replace stubout with fixtures

blueprint remove-mox

The last step in removing mox is to remove stubout usage. Lucky for us,
the fixtures library, which we are already using, can take on the
challenge quite well.

Change-Id: Id33cc8988935a1905f9a14351964f0bb24ef82e3
This commit is contained in:
Monty Taylor 2013-11-11 04:30:54 -05:00
parent ee0a243688
commit 9d0fc89363

View File

@ -5,7 +5,6 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
mox>=0.5.3
python-subunit
sphinx>=1.1.2
testrepository>=0.0.17