diff options
author | Cédric Krier <cedk@gentoo.org> | 2023-08-05 14:30:44 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2023-08-05 14:31:38 +0200 |
commit | 8f60f9ca25cedc5ba48c06609629f510e3e6a3cc (patch) | |
tree | 87016c97326bceb728e0fe31021d17b52860ed0e /dev-vcs/mercurial | |
parent | dev-perl/Math-Int64: Keyword 0.540.0 s390, #904839 (diff) | |
download | gentoo-8f60f9ca25cedc5ba48c06609629f510e3e6a3cc.tar.gz gentoo-8f60f9ca25cedc5ba48c06609629f510e3e6a3cc.tar.bz2 gentoo-8f60f9ca25cedc5ba48c06609629f510e3e6a3cc.zip |
dev-vcs/mercurial: activate tests for Python 3.10
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/mercurial-6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-vcs/mercurial/mercurial-6.5.ebuild b/dev-vcs/mercurial/mercurial-6.5.ebuild index b2484b4b0aa3..10706551f157 100644 --- a/dev-vcs/mercurial/mercurial-6.5.ebuild +++ b/dev-vcs/mercurial/mercurial-6.5.ebuild @@ -323,10 +323,6 @@ src_test() { } python_test() { - if [[ ${EPYTHON} == python3.10 ]]; then - einfo "Skipping tests for unsupported Python 3.10" - return - fi cd tests || die PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 08e01f60fd0b..73929298674e 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -173,10 +173,6 @@ src_test() { } python_test() { - if [[ ${EPYTHON} == python3.10 ]]; then - einfo "Skipping tests for unsupported Python 3.10" - return - fi cd tests || die PYTHONWARNINGS=ignore "${PYTHON}" run-tests.py \ --jobs $(makeopts_jobs) \ |