Pinning mock module to < 1.1 fo py26

It has been announced that mock>=1.1 will be
supported for python 2.7 only.

Conflicts:
	tox.ini
This commit is contained in:
Bruno Oliveira 2015-07-10 19:57:48 -03:00
parent c5d26ae1bb
commit 7a71b69a87
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ deps=
nose
mock
[testenv:py26]
commands= py.test --lsof -rfsxX {posargs:testing}
deps=
nose
mock<1.1 # last supported version for py26
[testenv:genscript]
commands= py.test --genscript=pytest1