summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-11 06:42:23 (GMT)
committerGitHub <noreply@github.com>2022-06-11 06:42:23 (GMT)
commitdc5e02b2f44dada145a3743ef77b07dbcf3e4a4a (patch)
tree1cf9766732d397987f482db5ced7eec441ae9709 /Misc/NEWS.d/next/Tests
parent4c496f1f115a7910d4606b4de233d14874c77bfa (diff)
downloadcpython-dc5e02b2f44dada145a3743ef77b07dbcf3e4a4a.zip
cpython-dc5e02b2f44dada145a3743ef77b07dbcf3e4a4a.tar.gz
cpython-dc5e02b2f44dada145a3743ef77b07dbcf3e4a4a.tar.bz2
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-06-10-21-18-14.gh-issue-84461.9TAb26.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-06-10-21-18-14.gh-issue-84461.9TAb26.rst b/Misc/NEWS.d/next/Tests/2022-06-10-21-18-14.gh-issue-84461.9TAb26.rst
new file mode 100644
index 0000000..7cdf5be
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-06-10-21-18-14.gh-issue-84461.9TAb26.rst
@@ -0,0 +1,2 @@
+``run_tests.py`` now handles cross compiling env vars correctly and pass
+``HOSTRUNNER`` to regression tests.