Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[e2e] add python3.10 to tox env #1664

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

lanfon72
Copy link
Member

Changes

  • Add python3.10 to tox.ini which was injected from ansible.
  - name: Add a tox environment for python 3.10
    replace:
      path: "{{ test_workspace }}/tox.ini"
      regexp: "py36,py38"
      replace: "py36,py38,python3.10"

ref: https://github.com/harvester/harvester-baremetal-ansible/blob/afe8affb7364e51b4430046ca6aefbbd72aa494c/ansible/roles/tests/tasks/run_tests_seeder.yml#L148-L160

@lanfon72 lanfon72 requested review from bk201 and a team November 14, 2024 07:14
@lanfon72 lanfon72 merged commit 0edf843 into harvester:main Nov 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants