Skip to content

Commit 2f5d3bd

Browse files
committed
Fix python tests requirements
pytest 3.4.0 depends on an old attrs version which is not compatible with the last version of twisted. ``` 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 2f5d3bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

requirements/requirements-test.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-r requirements.txt
22

3-
pytest==3.4.0
4-
coverage<4.4
5-
pytest-cov==2.4.0
3+
pytest>=5.4.3
4+
pytest-cov>=2.10.0
65
codeclimate-test-reporter==0.2.3
7-
attrs>=17.4.0

0 commit comments

Comments
 (0)