From 10b757515a2f7d5decc6d6cd7c9e3eb500120b59 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:34:02 +0200 Subject: [PATCH] jenkins: limit attrs, for pytest --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2ffdf06..45cc6df 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ deps = pytest-cov pytest-django pytest<4.1 + attrs<19.2 WebTest mock httmock