Commit 2f5d3bd
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
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | | - | |
0 commit comments