File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
42
42
osprofiler >= 1.4.0 # Apache-2.0
43
43
44
44
# Glance Store
45
- glance-store >= 2.3.0 # Apache-2.0
45
+ glance-store @ git+https://github.com/stackhpc/glance_store@stackhpc/4.7.0.3 # Apache-2.0
46
46
47
47
48
48
debtcollector >= 1.19.0 # Apache-2.0
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ setenv =
17
17
OS_TEST_DBAPI_ADMIN_CONNECTION =sqlite:////tmp/placeholder-never-created-nor-used.db
18
18
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
19
19
SQLALCHEMY_WARN_20 =1
20
+ TOX_CONSTRAINTS_FILE =https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/2024.1/upper-constraints.txt
20
21
usedevelop = True
21
22
install_command = python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} {opts} {packages}
22
23
deps = -r{toxinidir}/test-requirements.txt
You can’t perform that action at this time.
0 commit comments