tests: replace mox by mox3, clean out mox usage

This patch replaces mox3 by mox, so we can drop mox from requirements
and bring Python 3 compatibility. It also clear some mox usage and
use the fixture brought by oslotest.

Change-Id: Ia242425815b09e1e67d33702f1e5dbe6bcd599fd
This commit is contained in:
Julien Danjou
2015-01-15 12:40:38 +01:00
parent 844b4fd4ea
commit 8e6ab7a555
15 changed files with 72 additions and 93 deletions

View File

@@ -9,7 +9,7 @@ coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
mox>=0.5.3
mox3>=0.7.0
MySQL-python
psycopg2
oslotest>=1.5.1 # Apache-2.0