dev-python/aiohttp: Remove implicit test dep on coverage

Closes: https://bugs.gentoo.org/979009
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-10 11:15:05 +02:00
parent 42e6b1cd36
commit cf0e354b64

View File

@@ -152,5 +152,5 @@ python_test() {
fi
rm -rf aiohttp || die
epytest -m "not internal and not dev_mode"
epytest -m "not internal and not dev_mode" -o filterwarnings=
}