Skip to content

Commit f3c7609

Browse files
committed
py27 mock is 3.0.5
try setting coverage back to 4.5.4
1 parent 2519202 commit f3c7609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deps =
6161
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
6262
py27: hypothesis==4.43.9
6363
{py35,py36,py37,py38,py39,py2,py3}: hypothesis==5.8.6
64-
py27: mock==4.0.2
64+
py27: mock==3.0.5
6565

6666
setenv =
6767
{[default]setenv}
@@ -246,7 +246,7 @@ basepython = {[default]basepython}
246246
skip_install = True
247247

248248
deps =
249-
coverage==5.1
249+
coverage==4.5.4 # rq.filter: <5 # coverage 5.0 drops Python 3.4 support
250250

251251
setenv =
252252
{[default]setenv}

0 commit comments

Comments
 (0)