CI: Move a bunch of func test jobs from py38 to py312
Change-Id: I8c65c7829fbe167e0c79239d577c38e90b93b5cf
This commit is contained in:
3 changed files with 37 additions and 32 deletions
3
tox.ini
3
tox.ini
@@ -68,14 +68,12 @@ commands =
[testenv:func-py3]
basepython = python3
deps = {[testenv:py36]deps}
allowlist_externals =
./.functests
commands = ./.functests {posargs}
[testenv:func-ec-py3]
basepython = python3
deps = {[testenv:py36]deps}
allowlist_externals =
./.functests
commands = ./.functests {posargs}
@@ -84,7 +82,6 @@ setenv = SWIFT_TEST_IN_PROCESS=1
[testenv:func-encryption-py3]
basepython = python3
deps = {[testenv:py36]deps}
allowlist_externals =
./.functests
commands = ./.functests {posargs}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.