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