From 3869b43b9e2b4c458ed9cdee72b7e93b27ce1b6c Mon Sep 17 00:00:00 2001 From: timur-malikov_GIDT Date: Wed, 4 Sep 2024 17:35:27 -0700 Subject: [PATCH] testing tox --- sdk-blueprints/python/api/templates/tox.mustache | 2 +- sdk-blueprints/python/core/templates/tox.mustache | 2 +- sdk-blueprints/python/generate-package.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk-blueprints/python/api/templates/tox.mustache b/sdk-blueprints/python/api/templates/tox.mustache index 223062c..d16e5e4 100644 --- a/sdk-blueprints/python/api/templates/tox.mustache +++ b/sdk-blueprints/python/api/templates/tox.mustache @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, py312 +envlist = py38 [testenv] deps=-r{toxinidir}/requirements.txt diff --git a/sdk-blueprints/python/core/templates/tox.mustache b/sdk-blueprints/python/core/templates/tox.mustache index 40b86e8..f327c40 100644 --- a/sdk-blueprints/python/core/templates/tox.mustache +++ b/sdk-blueprints/python/core/templates/tox.mustache @@ -1,5 +1,5 @@ [tox] -envlist = py38, py39, py310, py311, py312 +envlist = py38 [testenv] deps=-r{toxinidir}/requirements.txt \ No newline at end of file diff --git a/sdk-blueprints/python/generate-package.sh b/sdk-blueprints/python/generate-package.sh index 7c0acc0..aa47554 100755 --- a/sdk-blueprints/python/generate-package.sh +++ b/sdk-blueprints/python/generate-package.sh @@ -20,7 +20,7 @@ output_api_dir="$4/$package_name" templates_dir="$blueprints_dir/templates" # Extract the specification version -spec_version=$(awk '/version:/ {gsub(/"| /, "", $2); print $2}' "$spec_file") +spec_version="0.0.108" echo "Generating Visier API $package_name $spec_version $spec_file"