Fix issues related to py312 compatibility
Summary of changes: - Add py312 section to tox.ini [testenv] - This was missed in a prior commit Change-Id: Iaec773eef76ee0b932f707d06a6d274e64e33ae7
This commit is contained in:
parent
ccfd346a4d
commit
9f1aaac4ef
7
tox.ini
7
tox.ini
@ -49,6 +49,13 @@ commands =
|
|||||||
{toxinidir}/rename.sh
|
{toxinidir}/rename.sh
|
||||||
charmcraft clean
|
charmcraft clean
|
||||||
|
|
||||||
|
[testenv:py312]
|
||||||
|
basepython = python3.12
|
||||||
|
deps =
|
||||||
|
-c {env:TEST_CONSTRAINTS_FILE:https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt}
|
||||||
|
-r{toxinidir}/requirements.txt
|
||||||
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
[testenv:py310]
|
[testenv:py310]
|
||||||
basepython = python3.10
|
basepython = python3.10
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
Reference in New Issue
Block a user