You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments