From f076688a0de5a4615864220bc7a8162b8c659c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Oct 2019 23:39:44 +0200 Subject: [PATCH] tox: limit attrs, for pytest File ".../_pytest/tmpdir.py", line 35, in TempPathFactory lambda p: Path(os.path.abspath(six.text_type(p))) TypeError: attrib() got an unexpected keyword argument 'convert' --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1c21089..03f83a2 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,7 @@ deps = pg: psycopg2 pylint<1.8 pylint-django<0.8.1 + attrs<19.2 pytest-cov pytest-random pytest-mock