downgrade mock for py2.6
This commit is contained in:
parent
6e8b5172b0
commit
42e0bd8f74
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PyYAML<=3.13
|
PyYAML<=3.13
|
||||||
coverage==4.5.3
|
coverage==4.5.3
|
||||||
mock==3.0.5
|
mock<=2.0.0
|
||||||
nose==1.3.7
|
nose==1.3.7
|
||||||
nose-capturestderr==1.2
|
nose-capturestderr==1.2
|
||||||
nose-exclude==0.5.0
|
nose-exclude==0.5.0
|
||||||
|
|
Loading…
Reference in a new issue