8000 Do not use attrs 21.1.0 · vinodkumar501/client_python@269bbde · GitHub
[go: up one dir, main page]

Skip to content

Commit 269bbde

Browse files
committed
Do not use attrs 21.1.0
Attrs 21.1.0 does not work with Python 3.4. The release has been yanked from pypi, but will still get used sometimes, so specify not to install 21.1.0. Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
1 parent e18828f commit 269bbde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ envlist = coverage-clean,py2.7,py3.4,py3.5,py3.6,py3.7,py3.8,py3.9,pypy2.7,pypy3
66
deps =
77
coverage
88
pytest
9+
; Python 3.4 fails if using 21.1.0.
10+
attrs!=21.1.0
911

1012
[testenv:py2.7]
1113
deps =

0 commit comments

Comments
 (0)
0