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
We had an issue yesterday as one package was updated to new minor version and broke our tools tests. This is the current line in travis config file: pip install pytest pylint hypothesis==3.88.3 mock coverage coveralls for the job tools-pytest
We should be more strict with versions (like hypothesis, that one could be updated to use any <4.0 for instance) to avoid breakages like we experienced this week.