From ad35eeb853eed643b911f1d770a8949a4b3b91d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 31 Jul 2026 19:08:57 +0200 Subject: [PATCH] mail-filter/pyzor: Use EPYTEST_PLUGINS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- mail-filter/pyzor/pyzor-1.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-filter/pyzor/pyzor-1.1.2.ebuild b/mail-filter/pyzor/pyzor-1.1.2.ebuild index f8904b4f3b587..913b83d492c29 100644 --- a/mail-filter/pyzor/pyzor-1.1.2.ebuild +++ b/mail-filter/pyzor/pyzor-1.1.2.ebuild @@ -38,7 +38,6 @@ RDEPEND=" BDEPEND=" test? ( $(python_gen_impl_dep 'gdbm') - dev-python/pytest[${PYTHON_USEDEP}] dev-python/redis[${PYTHON_USEDEP}] ) " @@ -48,6 +47,8 @@ REQUIRED_USE=" " distutils_enable_sphinx docs +EPYTEST_PLUGINS=() +distutils_enable_tests pytest python_test() { epytest -vv tests/unit