Pinning mock module to < 1.1 fo py26
It has been announced that mock>=1.1 will be supported for python 2.7 only.
This commit is contained in:
parent
e7374c39ba
commit
65c56d4c00
6
tox.ini
6
tox.ini
|
@ -12,6 +12,12 @@ deps=
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
|
|
||||||
|
[testenv:py26]
|
||||||
|
commands= py.test --lsof -rfsxX {posargs:testing}
|
||||||
|
deps=
|
||||||
|
nose
|
||||||
|
mock<1.1 # last supported version for py26
|
||||||
|
|
||||||
[testenv:py27-subprocess]
|
[testenv:py27-subprocess]
|
||||||
changedir=.
|
changedir=.
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
|
|
Loading…
Reference in New Issue