This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new b7c6798be92 IGNITE-24214 [ducktests] Use python3.8 for ducktest
checkstyle (#11814)
b7c6798be92 is described below
commit b7c6798be927db3291debd02bbc10b905d08c1b4
Author: Sergey Korotkov <[email protected]>
AuthorDate: Wed Jan 15 15:57:17 2025 +0700
IGNITE-24214 [ducktests] Use python3.8 for ducktest checkstyle (#11814)
---
.github/workflows/commit-check.yml | 2 +-
modules/ducktests/tests/tox.ini | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/commit-check.yml
b/.github/workflows/commit-check.yml
index 906b612ce5f..14337c752a6 100644
--- a/.github/workflows/commit-check.yml
+++ b/.github/workflows/commit-check.yml
@@ -97,7 +97,7 @@ jobs:
cfg:
- { python: "3.8", toxenv: "py38" }
- { python: "3.9", toxenv: "py39" }
- - { python: "3.9", toxenv: "codestyle" }
+ - { python: "3.8", toxenv: "codestyle" }
steps:
- uses: actions/checkout@v4
with:
diff --git a/modules/ducktests/tests/tox.ini b/modules/ducktests/tests/tox.ini
index c8f996c284c..94e45080ab0 100644
--- a/modules/ducktests/tests/tox.ini
+++ b/modules/ducktests/tests/tox.ini
@@ -25,7 +25,7 @@ commands =
pytest {env:PYTESTARGS:} {posargs}
[testenv:codestyle]
-basepython = python3.9
+basepython = python3.8
commands =
flake8