]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dont generate skipped suite names
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Oct 2025 16:43:16 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Oct 2025 16:43:16 +0000 (12:43 -0400)
commit8bb6aaa01bb292ffa7cc8db61d1b6f9c44fb5fc3
tree811aa9ee5959cc0a11115296fd71779a789a44c6
parent5b8aed514dbaeb735e07fb2df724c90de77ed0d2
dont generate skipped suite names

For a suite that is ``__backend__``, if no tests will run, then
don't include that suite in the result at all, rather than
keeping them there and having them skip.  the skip suites are
producing lots of noise in junit files

Change-Id: If58af412b7d8f542d6e1903ca933745075f5c7d9
lib/sqlalchemy/testing/plugin/pytestplugin.py