Skip to content

Commit

Permalink
Merge branch 'autocomplete_fix_4.3' into 'release/v4.3'
Browse files Browse the repository at this point in the history
Fix autocomplete test [4.3]

See merge request espressif/esp-idf!26237
  • Loading branch information
dobairoland committed Oct 9, 2023
2 parents de21e45 + bd3bec2 commit 53172cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ setuptools>=21
#
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
importlib_metadata; python_version < "3.8"
packaging
click==7.0; python_version == "3.4"
click>=7.0; python_version != "3.4"
pyserial>=3.0
Expand Down
3 changes: 2 additions & 1 deletion tools/ci/config/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,14 @@ test_sbom:
test_autocomplete:
extends: .host_test_template
image: $CI_DOCKER_REGISTRY/linux-shells:1
allow_failure: true
artifacts:
when: on_failure
paths:
- ${IDF_PATH}/*.out
expire_in: 1 week
script:
# workaround for issues with missing requirements for python2.7
- pyenv global 2.7.18 && pip2.7 install -r requirements.txt
- ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ${IDF_PATH}/tools/ci/test_autocomplete.py

test_detect_python:
Expand Down

0 comments on commit 53172cf

Please sign in to comment.