aboutsummaryrefslogtreecommitdiffstats
path: root/testing/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/command.py')
-rw-r--r--testing/command.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/command.py b/testing/command.py
index c73f269fd..31a48f87c 100644
--- a/testing/command.py
+++ b/testing/command.py
@@ -79,6 +79,8 @@ def test_project(project, args, blacklist, runs):
for idx in range(runs):
index = idx + 1
runner = TestRunner(builds.selected, project, index)
+ # For the full Python version we need to ask the TestRunner.
+ builds.set_python_version(runner.get_python_version())
print()
print(f"********* Start testing of {project} *********")
print("Config: Using", " ".join(builds.classifiers))