summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-07-14 08:49:23 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2017-07-15 03:17:27 +0200
commitbf20d881df662da30d94687efb2ff3d3ba32f55a (patch)
tree6fae2f50d6a3a2ca3d2092606aea0c008581ad81 /tests
parent1eec02038d28506a42bc45d14ef2d54b136cc8bc (diff)
downloadpython-setuptools-git-bf20d881df662da30d94687efb2ff3d3ba32f55a.tar.gz
tests: switch back to mock instead of backports.unittest_mock
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt3
1 files changed, 1 insertions, 2 deletions
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