Skip to content

Commit cc6f34c

Browse files
committed
Fix build on Python 3.4
1 parent 1a3e00f commit cc6f34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44

55
[testenv]
66
deps =
7+
attrs < 21.1.0 # see https://github.com/python-attrs/attrs/pull/608
78
pytest
89
pexpect == 4.7.0 # see https://github.com/Supervisor/supervisor/issues/1327
910
mock >= 0.5.0

0 commit comments

Comments
 (0)