aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 22:14:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 22:14:29 -0400
commitf42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9 (patch)
tree35917ddb18b9d53b03bde8e6f7d2dec7d0e9fd98
parenteb4646dd4fa237916330384f1deec6596df37102 (diff)
downloadexternal_python_setuptools-f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9.tar.gz
external_python_setuptools-f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9.tar.bz2
external_python_setuptools-f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9.zip
Use backports.unittest_mock 1.2 for Python 3.2 and 2.6 compatibility.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3ed74117..6305ed2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ deps=
pytest-flake8
pytest>=3.0.2
setuptools[ssl]
- backports.unittest_mock
+ backports.unittest_mock>=1.2
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
commands=python -m pytest -rsx