From 15ee41d22d67b3d32e081896e932ca13ecdd9485 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sun, 17 Apr 2022 18:38:13 -0500 Subject: [PATCH] remove 'python_version' from action_schemas --- testing/downstream_testing/action_schemas.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/testing/downstream_testing/action_schemas.json b/testing/downstream_testing/action_schemas.json index 7f16f2180..70e2fe3f8 100644 --- a/testing/downstream_testing/action_schemas.json +++ b/testing/downstream_testing/action_schemas.json @@ -12,8 +12,7 @@ "pattern": "-coverage$", "replace": "" } - }, - "python_version": "python" + } }, "pytest-html": { "matrix": [ @@ -28,8 +27,7 @@ "pattern": "(py\\d+)-\\w+", "replace": "\\1" } - }, - "python_version": "python" + } }, "pytest-order": { "matrix": [ @@ -44,7 +42,6 @@ "pattern": "(\\d|py\\d)\\.*(\\d+)", "replace": "py\\1\\2" } - }, - "python_version": "python-version" + } } }