repo/gentoo:master commit in: dev-python/hypothesis/
MichaŠGórny <[email protected]> Wed, 05 Aug 2026 09:29:11 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785922148.0493bcb7961c0d87926336da0773c2c6f3ee7584.mgorny@gentoo> |
commit: 0493bcb7961c0d87926336da0773c2c6f3ee7584
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 5 09:27:45 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=0493bcb7
dev-python/hypothesis: 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/hypothesis/hypothesis-6.165.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hypothesis/hypothesis-6.165.1.ebuild b/dev-python/hypothesis/hypothesis-6.165.1.ebuild
index e58f85a3e06a..a5063976dbb2 100644
--- a/dev-python/hypothesis/hypothesis-6.165.1.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.165.1.ebuild
@@ -111,7 +111,7 @@ python_test() {
esac
local -x HYPOTHESIS_NO_PLUGINS=1
- epytest -o filterwarnings= tests/{cover,pytest,quality}
+ epytest tests/{cover,pytest,quality}
}
src_install() {