repo/gentoo:master commit in: dev-python/setuptools/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 09:29:12 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785922149.18af97e3dcc60341593c2a5440be66356d2e1910.mgorny@gentoo> |
commit: 18af97e3dcc60341593c2a5440be66356d2e1910
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 09:28:10 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 09:29:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18af97e3
dev-python/setuptools: Remove redundant '-o filterwarnings='
Remove explicit '-o filterwarnings=' as epytest passes it now.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-83.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-83.0.0.ebuild b/dev-python/setuptools/setuptools-83.0.0.ebuild
index 900a4d2c1533..6d1a89278713 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
}