Skip to content

Commit 533415d

Browse files
author
Wilfredo Sánchez Vega
committed
Try moving comment out of rq.filter line to make requests.io happy
1 parent 657d142 commit 533415d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ basepython = {[default]basepython}
247247
skip_install = True
248248

249249
deps =
250-
coverage==4.5.4 # rq.filter: <5 # coverage 5.0 drops Python 3.4 support
250+
# coverage 5.0 drops Python 3.4 support
251+
coverage==4.5.4 # rq.filter: <5
251252

252253
setenv =
253254
{[default]setenv}

0 commit comments

Comments
 (0)