Files
sqlalchemy/test/sql
Mike Bayer 60b3119831 fix test suite warnings
fix a handful of warnings that were emitting but not raising,
usually because they were inside an "expect_warnings" block.

modify "expect_warnings" to always use "raise_on_any_unexpected"
behavior; remove this parameter.

Fixed issue in semi-private ``await_only()`` and ``await_fallback()``
concurrency functions where the given awaitable would remain un-awaited if
the function threw a ``GreenletError``, which could cause "was not awaited"
warnings later on if the program continued. In this case, the given
awaitable is now cancelled before the exception is thrown.

Change-Id: I33668c5e8c670454a3d879e559096fb873b57244
2023-05-09 20:23:48 -04:00
..
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00
2023-01-20 09:13:58 -05:00
2023-05-09 20:23:48 -04:00
2023-03-10 15:07:27 -05:00
2022-11-26 18:49:06 -05:00
2023-04-22 12:20:43 -04:00
2022-11-16 23:03:04 +01:00