repo/gentoo:master commit in: dev-python/portend/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 09:29:12 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785922149.9abf771864b9159d32199e6416072c298a91a0eb.mgorny@gentoo> |
commit: 9abf771864b9159d32199e6416072c298a91a0eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 09:28:20 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=9abf7718
dev-python/portend: 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/portend/portend-3.2.1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/portend/portend-3.2.1.ebuild b/dev-python/portend/portend-3.2.1.ebuild
index ba2584fbad76..228d79a5d5ee 100644
--- a/dev-python/portend/portend-3.2.1.ebuild
+++ b/dev-python/portend/portend-3.2.1.ebuild
@@ -27,7 +27,3 @@ BDEPEND="
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
-
-python_test() {
- epytest -o filterwarnings=
-}