From 1af3b292ad2b5ee7971db5a5dfec3bfd40027698 Mon Sep 17 00:00:00 2001 From: Charles Reid Date: Thu, 19 Dec 2019 14:06:00 -0800 Subject: [PATCH] pin tornado version at < 6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 460207f..f9ef0c1 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ recreate = true commands = py.test {posargs} deps: - tornado + tornado<6 coverage>=4.0 pytest-isort pytest-cache>=1.0