`sqlalchemy_utils.asserts.raises` was broken. I removed it and replaced it's usage with traditional `try..except` and with `pytest.raises` in tests.
5.2 KiB
5.2 KiB
`sqlalchemy_utils.asserts.raises` was broken. I removed it and replaced it's usage with traditional `try..except` and with `pytest.raises` in tests.