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'
This commit is contained in:
Frédéric Péters 2019-10-01 23:39:44 +02:00
parent 3f17a12336
commit f076688a0d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ deps =
pg: psycopg2
pylint<1.8
pylint-django<0.8.1
attrs<19.2
pytest-cov
pytest-random
pytest-mock