aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-05-21 12:10:24 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-05-21 12:10:24 -0400
commit4dc2c76b62a5071dfacf434555dfa8ec2be0b433 (patch)
treeb50511b8b91c0123f936eeeecb1ac09af5d9e726 /tests
parent8d3ed39696c5932a48b5f4a3768caa9f9e8c54b8 (diff)
downloadexternal_python_setuptools-4dc2c76b62a5071dfacf434555dfa8ec2be0b433.tar.gz
external_python_setuptools-4dc2c76b62a5071dfacf434555dfa8ec2be0b433.tar.bz2
external_python_setuptools-4dc2c76b62a5071dfacf434555dfa8ec2be0b433.zip
Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported in #1038.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 88a36c63..6e2e78e2 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,3 +1,4 @@
pytest-flake8
pytest>=3.0.2
-backports.unittest_mock>=1.2
+# pinned to 1.2 as temporary workaround for #1038
+backports.unittest_mock>=1.2,<1.3