summaryrefslogtreecommitdiff
path: root/dev-python/setuptools
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-82.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-82.0.1.ebuild b/dev-python/setuptools/setuptools-82.0.1.ebuild
index a16b4cd1ea6c..b7e298af94f8 100644
--- a/dev-python/setuptools/setuptools-82.0.1.ebuild
+++ b/dev-python/setuptools/setuptools-82.0.1.ebuild
@@ -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
}