Skip to content

Commit 348aa1c

Browse files
committed
Update requirements.yml and tox.ini for Antelope
1 parent af2ec6a commit 348aa1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/zed
1+
kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2023.1
22
ansible-modules-hashivault;python_version >= "3.8"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands =
2020
allowlist_externals = rm
2121
skip_install = true
2222
deps =
23-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
23+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
2424
-r{toxinidir}/releasenotes/requirements.txt
2525
commands =
2626
rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
3030
allowlist_externals = rm
3131
skip_install = true
3232
deps =
33-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
33+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
3434
-r{toxinidir}/doc/requirements.txt
3535
commands =
3636
rm -rf doc/build/html

0 commit comments

Comments
 (0)