]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
repair --disable-asyncio parameter
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2022 14:46:06 +0000 (09:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2022 16:23:02 +0000 (11:23 -0500)
commitc4f3a72cf5660d591eaac77c4d412d933689aeed
tree1d2b239af577e1f04595ed2ef3f83a4f43ac13dd
parent1175768618d3a84578b90befe73240b417ebeb78
repair --disable-asyncio parameter

Fixed issue where the ``--disable-asyncio`` parameter to the test suite
would fail to not actually run greenlet tests and would also not prevent
the suite from using a "wrapping" greenlet for the whole suite. This
parameter now ensures that no greenlet or asyncio use will occur within the
entire run when set.

Fixes: #8793
Change-Id: I87b510846b2cc24413cd54e7b7136e91aad3c309
(cherry picked from commit 7f7e961f46aeff5895bd34fec9e2e208862d7a6b)
doc/build/changelog/unreleased_14/8793.rst [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/requirements.py