Skip to content

Commit 9989ad8

Browse files
committed
Fix python tests requirements
``` twisted 20.3.0 has requirement attrs>=19.2.0, but you'll have attrs 18.2.0 which is incompatible ``` This patch updates python requirements to try to fix the travis CI.
1 parent 55fdfb9 commit 9989ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pytest==3.4.0
44
coverage<4.4
55
pytest-cov==2.4.0
66
codeclimate-test-reporter==0.2.3
7-
attrs>=17.4.0
7+
attrs>=19.2.0

0 commit comments

Comments
 (0)