Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix py2 incompatible usage of assertRaises
Officially, assertRaises can be called as context manager starting in python3, even though it seems the tests are passing, so I guess it was backported some time later, but we can't really rely on that.
- Loading branch information