diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 22:14:29 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 22:14:29 -0400 |
| commit | f42292cbc6d9448ab4f0e27f7b6f90ed8f1ea8a9 (patch) | |
| tree | 35917ddb18b9d53b03bde8e6f7d2dec7d0e9fd98 | |
| parent | eb4646dd4fa237916330384f1deec6596df37102 (diff) | |
| download | external_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
