Skip to content

Commit

Permalink
chore: update Python version in E2E tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Oct 9, 2024
1 parent ceb17ee commit e1b9f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -431,14 +431,14 @@ commands =
# --------------------------------------------------------------------

[testenv:e2e_chrome]
basepython = python3.10
basepython = python3.12
deps =
-r{toxinidir}/requirements/e2e
commands =
pytest {toxinidir}/e2e-tests/ --browser=chrome

[testenv:e2e_firefox]
basepython = python3.10
basepython = python3.12
deps =
-r{toxinidir}/requirements/e2e
commands =

0 comments on commit e1b9f5c

Please sign in to comment.