`sqlalchemy_utils.asserts.raises` was broken. I removed it and replaced it's usage with traditional `try..except` and with `pytest.raises` in tests.
4.9 KiB
4.9 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.