Mock is not needed over python 3.3, we need this tox
requirement only for Python 2.7 right now.
Change-Id: I06ae31f9fe6eaece0ec508e9431e4f8166a59684
import decimal
import json
-import mock
-
from .. import config
from .. import engines
from .. import fixtures
+from .. import mock
from ..assertions import eq_
from ..config import requirements
from ..schema import Column
deps=pytest!=3.9.1,!=3.9.2
pytest-xdist
- mock
+ mock; python_version < '3.3'
# needed only for correct profiling results
# due to speed improvements in psycopg2 as of 2.7
postgresql: psycopg2>=2.7