repo/gentoo:master commit in: dev-python/aiohttp/

Michał Górny <[email protected]> Wed, 05 Aug 2026 09:29:11 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785922147.888a1a9b2d31dab128444424aace0b87a90296de.mgorny@gentoo>
commit:     888a1a9b2d31dab128444424aace0b87a90296de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 09:26:26 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 09:29:07 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888a1a9b

dev-python/aiohttp: Remove redundant '-o filterwarnings='

Remove explicit '-o filterwarnings=' since the eclass does that now.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/aiohttp/aiohttp-3.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohttp/aiohttp-3.14.3.ebuild b/dev-python/aiohttp/aiohttp-3.14.3.ebuild
index 4a97095a4314..abc8d4bff122 100644
--- a/dev-python/aiohttp/aiohttp-3.14.3.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.14.3.ebuild
@@ -152,5 +152,5 @@ python_test() {
 	fi
 
 	rm -rf aiohttp || die
-	epytest -m "not internal and not dev_mode" -o filterwarnings=
+	epytest -m "not internal and not dev_mode"
 }