dev-python/sqlparse: disable tests for "DoS Prevention"

They trigger under system load as well, unsurprisingly. Upstream DoS
tests are "Co-authored-by: AI" so I don't have high hopes that there is
meaningful value to extract from said tests.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-12-30 15:58:15 -05:00
parent 6ab1a02ea8
commit 809c55df7c

View File

@@ -21,3 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc
distutils_enable_sphinx docs/source
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
EPYTEST_DESELECT=(
# more likely to fail because emerging in parallel than because DoS
# prevention is in fact broken
tests/test_dos_prevention.py
)