dev-vcs/mercurial: activate tests for Python 3.10

Signed-off-by: Cédric Krier <cedk@gentoo.org>
This commit is contained in:
Cédric Krier
2023-08-05 14:30:44 +02:00
parent 4251fadedb
commit 8f60f9ca25
2 changed files with 0 additions and 8 deletions

View File

@@ -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) \

View File

@@ -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) \