From c56cc93cbd85c64cee8f2b76c878fc1d0015b8ab Mon Sep 17 00:00:00 2001
From: Daniel Hahler <git@thequod.de>
Date: Sun, 18 Nov 2018 19:37:04 +0100
Subject: [PATCH] tox.ini: remove additionally missed mock deps

Ref: https://github.com/pytest-dev/pytest/pull/4415#discussion_r234452144
---
 tox.ini | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 1fa883315..92cdfc85a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -60,7 +60,6 @@ commands =
 extras = testing
 deps =
     pytest-xdist>=1.13
-    {py27,pypy}: mock
     {env:_PYTEST_TOX_EXTRA_DEP:}
 commands = {[testenv:py27-xdist]commands}
 
@@ -81,7 +80,6 @@ commands = {[testenv:py27-pexpect]commands}
 extras = testing
 deps =
     pytest-xdist>=1.13
-    py27: mock
     {env:_PYTEST_TOX_EXTRA_DEP:}
 distribute = true
 setenv =