diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-07-31 19:08:57 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-07-31 19:15:05 +0200 |
| commit | ad35eeb853eed643b911f1d770a8949a4b3b91d9 (patch) | |
| tree | 8a686fad0b9a95187d0b36b6cbd52e981798b68b /mail-filter | |
| parent | 3a57c2bba67a12349139e46293cbaf0f33e30007 (diff) | |
mail-filter/pyzor: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
| -rw-r--r-- | mail-filter/pyzor/pyzor-1.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-filter/pyzor/pyzor-1.1.2.ebuild b/mail-filter/pyzor/pyzor-1.1.2.ebuild index f8904b4f3b58..913b83d492c2 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 |
