summaryrefslogtreecommitdiff
path: root/dev-python/setuptools
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-06 03:04:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-06 03:04:49 -0500
commit09db256d16c907238beb9d50761d320ac661c08e (patch)
tree0ae26608def179909de81ba98a6b902274e69d6d /dev-python/setuptools
parentff03324f0b5c30484659977ecb3a56e73f5856a5 (diff)
downloadbaldeagleos-repo-09db256d16c907238beb9d50761d320ac661c08e.tar.gz
baldeagleos-repo-09db256d16c907238beb9d50761d320ac661c08e.tar.xz
baldeagleos-repo-09db256d16c907238beb9d50761d320ac661c08e.zip
Adding metadata
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-83.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-83.0.0.ebuild b/dev-python/setuptools/setuptools-83.0.0.ebuild
index ea10b91d8d5c..85b3bd8e9b9c 100644
--- a/dev-python/setuptools/setuptools-83.0.0.ebuild
+++ b/dev-python/setuptools/setuptools-83.0.0.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 filterwarnings= -o tmp_path_retention_policy=all \
+ epytest -o tmp_path_retention_policy=all \
-m "not uses_network" setuptools
}