From 561a5fb55889c4f3ef1e4cbf2383b3b526370dd0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 18 May 2016 16:15:29 -0300 Subject: [PATCH] Move comment in tox.ini due to recent bug in pip As discussed in #1554 * https://bitbucket.org/hpk42/tox/issues/332/ * https://github.com/pypa/pip/issues/3667 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f65446e4..ad8835c46 100644 --- a/tox.ini +++ b/tox.ini @@ -16,9 +16,10 @@ deps= [testenv:py26] commands= py.test --lsof -rfsxX {posargs:testing} +# pinning mock to last supported version for python 2.6 deps= nose - mock<1.1 # last supported version for py26 + mock<1.1 [testenv:py27-subprocess] changedir=.