From bf20d881df662da30d94687efb2ff3d3ba32f55a Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Fri, 14 Jul 2017 08:49:23 +0200 Subject: tests: switch back to mock instead of backports.unittest_mock --- tests/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/requirements.txt b/tests/requirements.txt index 6e2e78e2..ddba6cc8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,3 @@ +mock pytest-flake8 pytest>=3.0.2 -# pinned to 1.2 as temporary workaround for #1038 -backports.unittest_mock>=1.2,<1.3 -- cgit v1.2.1