mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user