diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 16:28:16 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 19:05:42 +0200 |
| commit | 326b027dbffe6222c883dc5c115d06aadb52ceef (patch) | |
| tree | da81ff2d8956a84377700dc9904d445f2e71c008 /dev-python | |
| parent | ec9c2f5f1a45f75d1bf9db46ead36de4df98a920 (diff) | |
| download | gentoo-326b027dbffe6222c883dc5c115d06aadb52ceef.tar.gz gentoo-326b027dbffe6222c883dc5c115d06aadb52ceef.tar.bz2 gentoo-326b027dbffe6222c883dc5c115d06aadb52ceef.zip | |
dev-python/pytest-forked: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-forked/pytest-forked-1.3.0-r1.ebuild | 4 |
1 files 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 036599bf6d73..f898602db489 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 } |
