# HG changeset patch # User Pierre-Yves David # Date 1738173380 -3600 # Node ID ba8aa20ff31fe3fede1447f39324d0397a2754d5 # Parent 801367447ce33d426f1c99618806ac8eaf37319e test-hghave: make sure we dont have HGWITHRUSTEXT set with --pure This canno hurt. diff -r 801367447ce3 -r ba8aa20ff31f tests/run-tests.py --- a/tests/run-tests.py Wed Jan 29 18:55:30 2025 +0100 +++ b/tests/run-tests.py Wed Jan 29 18:56:20 2025 +0100 @@ -3425,6 +3425,7 @@ if self.options.pure: os.environ["HGTEST_RUN_TESTS_PURE"] = "--pure" os.environ["HGMODULEPOLICY"] = "py" + os.environ.pop("HGWITHRUSTEXT", None) if self.options.rust: os.environ["HGMODULEPOLICY"] = "rust+c" if self.options.no_rust: