summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2023-08-05 14:30:44 +0200
committerCédric Krier <cedk@gentoo.org>2023-08-05 14:31:38 +0200
commit8f60f9ca25cedc5ba48c06609629f510e3e6a3cc (patch)
tree87016c97326bceb728e0fe31021d17b52860ed0e /dev-vcs/mercurial/mercurial-9999.ebuild
parentdev-perl/Math-Int64: Keyword 0.540.0 s390, #904839 (diff)
downloadgentoo-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/mercurial-9999.ebuild')
-rw-r--r--dev-vcs/mercurial/mercurial-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
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) \