From 96ea2aea5f37b198fb2e57d1338b8d1296799353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 2 Oct 2019 08:35:03 +0200 Subject: [PATCH] tox: limit attrs, for pytest --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a128e3d..ada0609 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ deps = pytest-cov pytest-django pytest>=3.3.0,<4.1 + attrs<19.2 pylint<1.8 pylint-django<0.8.1 mock