From 4dc2c76b62a5071dfacf434555dfa8ec2be0b433 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 21 May 2017 12:10:24 -0400 Subject: Temporarily pin backports.unittest_mock to 1.2 to bypass the issue reported in #1038. --- tests/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1