Skip to content

Commit 7686e19

Browse files
committed
fix: Attempt to fix rq again
1 parent dcbd902 commit 7686e19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,17 @@ deps =
7878
pyramid-1.8: pyramid>=1.8,<1.9
7979
pyramid-1.9: pyramid>=1.9,<1.10
8080

81-
rq: fakeredis
81+
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
82+
rq-0.13: fakeredis>=1.0
83+
8284
rq-0.6: rq>=0.6,<0.7
8385
rq-0.7: rq>=0.7,<0.8
8486
rq-0.8: rq>=0.8,<0.9
8587
rq-0.9: rq>=0.9,<0.10
8688
rq-0.10: rq>=0.10,<0.11
8789
rq-0.11: rq>=0.11,<0.12
8890
rq-0.12: rq>=0.12,<0.13
91+
rq-0.13: rq>=0.13,<0.14
8992

9093
aiohttp: aiohttp>=3.4.0,<3.5.0
9194
aiohttp: pytest-aiohttp

0 commit comments

Comments
 (0)