File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ oslo.config>=5.2.0 # Apache-2.0
16
16
oslo.concurrency >= 3.26.0 # Apache-2.0
17
17
oslo.privsep >= 1.32.0 # Apache-2.0
18
18
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
20
20
pyzmq
21
21
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ usedevelop = True
16
16
install_command =
17
17
pip install {opts} {packages}
18
18
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 }
20
20
-r{toxinidir}/requirements.txt
21
21
-r{toxinidir}/test-requirements.txt
22
22
hacking>=3.0.1,<3.1.0 # Apache-2.0
You can’t perform that action at this time.
0 commit comments