tests/helper-runtests.sh
author Simon Sapin <simon.sapin@octobus.net>
Tue, 12 Oct 2021 15:43:45 +0200
changeset 48209 63e86fc9bfec
parent 29220 054bcdad6042
permissions -rw-r--r--
rust: update the rust-cpython crate to 0.7.0 This notably brings support for Python 3.10, and includes the panic message when propagating a Rust panic as a Python exception. https://github.com/dgrunwald/rust-cpython/blob/master/CHANGELOG.md#070---2021-10-09 Differential Revision: https://phab.mercurial-scm.org/D11630

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL