commit: 94caca5a1c8aeb1f43c8bfcdbfe396a8f62e6155
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 05:43:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 06:22:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94caca5a
mail-filter/pyzor: enable py3.11, use epytest
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
index 2f9075743d61..a2e78f468788 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_COMMIT="2dbe627c1ec245db206cdc73bf1f9d785f1512d8"
@@ -42,7 +42,7 @@ REQUIRED_USE="
distutils_enable_sphinx docs
python_test() {
- pytest -vv tests/unit || die "Tests fail with ${EPYTHON}"
+ epytest -vv tests/unit
}
src_install() {