repo/gentoo:master commit in: dev-python/pkg-resources/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 09:29:11 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785922148.4386b9c8d0d39ef141ca5abcf4d1f3d4d77e5bb6.mgorny@gentoo> |
commit: 4386b9c8d0d39ef141ca5abcf4d1f3d4d77e5bb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 09:27:56 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 5 09:29:08 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4386b9c8
dev-python/pkg-resources: 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/pkg-resources/pkg-resources-81.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild b/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
index fd79315c9943..3c87678e7fbd 100644
--- a/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
+++ b/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
@@ -43,7 +43,7 @@ EPYTEST_IGNORE=(
python_test() {
# needed only by setuptools
rm -f conftest.py || die
- epytest -o filterwarnings= pkg_resources
+ epytest pkg_resources
}
python_install() {