Replace deprecated UPPER_CONSTRAINTS_FILE variable

Change-Id: Ie31a1ef88a8ec144f6b01de845461874ecccbc12
This commit is contained in:
zhoulinhui
2020年11月10日 13:11:24 +08:00
parent e84e327c2d
commit 26f5180a9a

View File

@@ -8,7 +8,7 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
commands =
/usr/bin/find . -type f -name "*.pyc" -delete
passenv =
Reference in New Issue
openstack/openstack-ansible-os_cloudkitty
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.