From 412ea2ebe628b53d204cf9a9cc0bdb5b06a6f9aa Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Fri, 14 Feb 2020 09:27:55 +0100 Subject: [PATCH] Pin mock library to avoid test failures * mock<4.0 is the last one that supports py27 * with mock==4.0 there is one test failure under py36 Change-Id: Ie58a3e2432ae15bbf43e378d33f98aebf2b3b857 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a0842c55f..7dacdbe0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0 # BSD +mock>=2.0,<4.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.5.1,<2.0.0 # BSD sphinxcontrib-httpdomain # BSD