]> 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:20:34 +0000 (11:20 -0500)
commit604611e7e522269ee11b314fb6fb75873a465494
tree8043f3b9cf36b493ac6686af1c7a40cd9252f9cb
parente3a8d198917f4246365e09fa975d55c64082cd2e
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
doc/build/changelog/unreleased_14/8793.rst [new file with mode: 0644]
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/requirements.py