Skip to content

Commit 99dac1b

Browse files
committed
Use stackhpc fork of glance-store
1 parent 78f1f81 commit 99dac1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
4242
osprofiler>=1.4.0 # Apache-2.0
4343

4444
# 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
4646

4747

4848
debtcollector>=1.19.0 # Apache-2.0

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ setenv =
1717
OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:////tmp/placeholder-never-created-nor-used.db
1818
# TODO(stephenfin): Remove once we bump our upper-constraint to SQLAlchemy 2.0
1919
SQLALCHEMY_WARN_20=1
20+
TOX_CONSTRAINTS_FILE=https://raw.githubusercontent.com/stackhpc/requirements/refs/heads/stackhpc/2024.1/upper-constraints.txt
2021
usedevelop = True
2122
install_command = python -m pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} {opts} {packages}
2223
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)