commit: 326b027dbffe6222c883dc5c115d06aadb52ceef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 5 14:28:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 5 17:05:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326b027d
dev-python/pytest-forked: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild
b/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild
index 036599bf6d7..f898602db48 100644
--- a/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild
+++ b/dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
@@ -31,5 +31,5 @@ BDEPEND="
python_test() {
distutils_install_for_testing
- pytest -vv -p no:flaky || die "Tests failed under ${EPYTHON}"
+ epytest -p no:flaky
}