Skip to content

Commit eaf2f56

Browse files
authored
Merge pull request #3 from stackhpc/stackhpc/2023.1-WIP
Merge stackhpc/2023.1-WIP into stackhpc/2023.1
2 parents 0a69b97 + 85d1567 commit eaf2f56

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ oslo.config>=5.2.0 # Apache-2.0
1616
oslo.concurrency>=3.26.0 # Apache-2.0
1717
oslo.privsep>=1.32.0 # Apache-2.0
1818
python-openstackclient>=3.3.0 # Apache-2.0
19-
neutron-lib>=2.4.0 # Apache-2.0
19+
neutron-lib>=3.2.0 # Apache-2.0
2020
pyzmq
2121

22-
# Using neutron master is necessary for neutron-db-manage test,
23-
# Ussuri DB branch was created in master[1] and not yet released.
24-
# [1] https://github.com/openstack/neutron/commit/da93f09676a6531394bf898e7292c2ae87194ce3
25-
-e git+https://git.openstack.org/openstack/neutron#egg=neutron
22+
neutron>=22.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usedevelop = True
1616
install_command =
1717
pip install {opts} {packages}
1818
deps =
19-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
19+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
2020
-r{toxinidir}/requirements.txt
2121
-r{toxinidir}/test-requirements.txt
2222
hacking>=3.0.1,<3.1.0 # Apache-2.0

0 commit comments

Comments
 (0)