dev-python/setuptools: Eliminate filterwarnings=

Eliminate filterwarnings= to remove dev-python/coverage test dep.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-26 04:33:55 +02:00
parent 9a07e6038a
commit ef9979e72f

View File

@@ -117,6 +117,6 @@ python_test() {
local EPYTEST_XDIST=1
local -x PRE_BUILT_SETUPTOOLS_WHEEL=${DISTUTILS_WHEEL_PATH}
local EPYTEST_PLUGINS=( pytest-{home,subprocess,timeout} )
epytest -o tmp_path_retention_policy=all \
epytest -o filterwarnings= -o tmp_path_retention_policy=all \
-m "not uses_network" setuptools
}